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

Method prepare

src/lasindex.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void LASindex::prepare(LASquadtree* spatial, I32 threshold)
71{
72 if (this->spatial) delete this->spatial;
73 this->spatial = spatial;
74 if (this->interval) delete this->interval;
75 this->interval = new LASinterval(threshold);
76}
77
78BOOL LASindex::add(const F64 x, const F64 y, const U32 p_index)
79{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected