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

Method read

plugins/rdb/io/RdbReader.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174point_count_t RdbReader::read(PointViewPtr view, point_count_t count)
175{
176 return m_pointcloud->read(view, count);
177}
178
179
180void RdbReader::done(PointTableRef /*table*/)

Callers 1

processOneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected