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

Function eof

io/TerrasolidReader.hpp:116–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 virtual point_count_t read(PointViewPtr view, point_count_t count);
115 virtual void done(PointTableRef table);
116 virtual bool eof()
117 { return m_index >= getNumPoints(); }
118
119 TerrasolidReader& operator=(const TerrasolidReader&); // not implemented
120 TerrasolidReader(const TerrasolidReader&); // not implemented

Callers

nothing calls this directly

Calls 1

getNumPointsFunction · 0.70

Tested by

no test coverage detected