MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASkdtreeRectangles

Method LASkdtreeRectangles

LASlib/src/laskdtree.cpp:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425LASkdtreeRectangles::LASkdtreeRectangles()
426{
427 rectangle_list = 0;
428 overlap_set = 0;
429 root = 0;
430 num_rectangles = 0;
431}
432
433LASkdtreeRectangles::~LASkdtreeRectangles()
434{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected