MCPcopy Create free account
hub / github.com/PDAL/PDAL / eof

Method eof

io/LasReader.cpp:940–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940bool LasReader::eof()
941{
942 // This breaks when the number of points is the maximum (2^64 - 1), but that's never happening.
943 return d->index >= d->end;
944}
945
946
947} // namespace pdal

Callers 9

PcdHeader.cppFile · 0.45
readMethod · 0.45
Vlr.cppFile · 0.45
diff_text_filesFunction · 0.45
diff_geojsonFunction · 0.45
GDALReaderTypeTestMethod · 0.45
parseMethod · 0.45
subParseMethod · 0.45
numberMethod · 0.45

Calls

no outgoing calls

Tested by 2

diff_geojsonFunction · 0.36
GDALReaderTypeTestMethod · 0.36