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

Method get_intersected_cells

src/lasquadtree.cpp:1482–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480}
1481
1482BOOL LASquadtree::get_intersected_cells()
1483{
1484 next_cell_index = 0;
1485 if (current_cells == 0)
1486 {
1487 return FALSE;
1488 }
1489 if (((my_cell_vector*)current_cells)->size() == 0)
1490 {
1491 return FALSE;
1492 }
1493 return TRUE;
1494}
1495
1496BOOL LASquadtree::has_more_cells()
1497{

Callers 1

merge_intervalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected