Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ eof
Method
eof
plugins/icebridge/io/IcebridgeReader.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
214
215
bool IcebridgeReader::eof()
216
{
217
return m_index >= m_hdf5Handler.getNumPoints();
218
}
219
220
} // namespace pdal
Callers
1
parse
Method · 0.45
Calls
1
getNumPoints
Method · 0.45
Tested by
no test coverage detected