Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
940
bool 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.cpp
File · 0.45
read
Method · 0.45
Vlr.cpp
File · 0.45
diff_text_files
Function · 0.45
diff_geojson
Function · 0.45
GDALReaderTypeTest
Method · 0.45
parse
Method · 0.45
subParse
Method · 0.45
number
Method · 0.45
Calls
no outgoing calls
Tested by
2
diff_geojson
Function · 0.36
GDALReaderTypeTest
Method · 0.36