Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ key
Method
key
pdal/private/PointGrid.hpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
uint32_t key(uint16_t xi, uint16_t yi) const
79
{
80
return xi * m_cells1d + yi;
81
}
82
83
std::pair<uint16_t, uint16_t> toIJ(double x, double y) const
84
{
Callers
9
filter
Method · 0.45
parseQuants
Method · 0.45
parseDimensions
Method · 0.45
add
Method · 0.45
fromJsonFile
Method · 0.45
extractOptions
Function · 0.45
parse
Method · 0.45
handleReaderArgs
Function · 0.45
setReaderOptions
Function · 0.45
Calls
no outgoing calls
Tested by
1
parse
Method · 0.36