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

Method seek_next

LASlib/src/lascopc.cpp:503–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502#ifdef LASZIPDLL_EXPORTS
503BOOL COPCindex::seek_next(LASreadPoint* reader, I64 &p_count)
504{
505 if (!have_interval)
506 {
507 if (!has_intervals()) return FALSE;
508 reader->seek((U32)p_count, start);
509 p_count = start;
510 }
511 if (p_count == (I64)end)
512 {
513 have_interval = FALSE;
514 }
515 return TRUE;
516}
517#else
518BOOL COPCindex::seek_next(LASreader* reader)
519{

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected