MCPcopy Create free account
hub / github.com/LASzip/LASzip / add

Method add

src/lasindex.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78BOOL LASindex::add(const F64 x, const F64 y, const U32 p_index)
79{
80 I32 cell = spatial->get_cell_index(x, y);
81 return interval->add(p_index, cell);
82}
83
84void LASindex::complete(U32 minimum_points, I32 maximum_intervals)
85{

Callers 6

writeMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
readMethod · 0.45

Calls 1

get_cell_indexMethod · 0.80

Tested by

no test coverage detected