MCPcopy 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
215bool IcebridgeReader::eof()
216{
217 return m_index >= m_hdf5Handler.getNumPoints();
218}
219
220} // namespace pdal

Callers 1

parseMethod · 0.45

Calls 1

getNumPointsMethod · 0.45

Tested by

no test coverage detected