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

Method processOne

plugins/rxp/io/RxpReader.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141bool RxpReader::processOne(PointRef& point)
142{
143 return m_pointcloud->readOne(point);
144}
145
146
147void RxpReader::done(PointTableRef table)

Callers

nothing calls this directly

Calls 1

readOneMethod · 0.80

Tested by

no test coverage detected