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

Method LASkdtreeRectanglesNode

LASlib/src/laskdtree.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94LASkdtreeRectanglesNode::LASkdtreeRectanglesNode()
95{
96 left = 0;
97 right = 0;
98 list = 0;
99 split = 0;
100}
101
102LASkdtreeRectanglesNode::~LASkdtreeRectanglesNode()
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected