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

Method seek_next

LASzip/src/lasindex.cpp:568–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567#ifdef LASZIPDLL_EXPORTS
568BOOL LASindex::seek_next(LASreadPoint* reader, I64 &p_count)
569{
570 if (!have_interval)
571 {
572 if (!has_intervals()) return FALSE;
573 reader->seek((U32)p_count, start);
574 p_count = start;
575 }
576 if (p_count == end)
577 {
578 have_interval = FALSE;
579 }
580 return TRUE;
581}
582#else
583BOOL LASindex::seek_next(LASreader* lasreader)
584{

Callers 1

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected