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

Method was_built

LASlib/src/laskdtree.cpp:171–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171BOOL LASkdtreeRectangles::was_built() const
172{
173 if (root && overlap_set)
174 {
175 return TRUE;
176 }
177 else
178 {
179 return FALSE;
180 }
181}
182
183BOOL LASkdtreeRectangles::overlap(F64 min_x, F64 min_y, F64 max_x, F64 max_y)
184{

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected