MCPcopy 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

filterMethod · 0.45
parseQuantsMethod · 0.45
parseDimensionsMethod · 0.45
addMethod · 0.45
fromJsonFileMethod · 0.45
extractOptionsFunction · 0.45
parseMethod · 0.45
handleReaderArgsFunction · 0.45
setReaderOptionsFunction · 0.45

Calls

no outgoing calls

Tested by 1

parseMethod · 0.36