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

Method clear_intervals

LASlib/src/lascopc.cpp:452–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452void COPCindex::clear_intervals()
453{
454 start = 0;
455 end = 0;
456 current_interval = 0;
457 points_intervals.clear();
458 offsets_intervals.clear();
459 query.clear();
460}
461
462bool COPCindex::has_intervals()
463{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected