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

Method has_intervals

src/lasinterval.cpp:492–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492BOOL LASinterval::has_intervals()
493{
494 if (current_cell)
495 {
496 start = current_cell->start;
497 end = current_cell->end;
498 current_cell = current_cell->next;
499 return TRUE;
500 }
501 return FALSE;
502}
503
504LASinterval::LASinterval(const U32 threshold)
505{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected