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

Method has_overlaps

LASlib/src/laskdtree.cpp:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207BOOL LASkdtreeRectangles::has_overlaps()
208{
209 if (overlap_set && overlap_set->size())
210 {
211 set_element = overlap_set->begin();
212 return TRUE;
213 }
214 return FALSE;
215}
216
217BOOL LASkdtreeRectangles::get_overlap(U32& index)
218{

Callers 1

openMethod · 0.80

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected