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

Method processOne

plugins/rdb/io/RdbReader.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168bool RdbReader::processOne(PointRef& point)
169{
170 return m_pointcloud->read(point);
171}
172
173
174point_count_t RdbReader::read(PointViewPtr view, point_count_t count)

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected