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

Method readOne

plugins/rxp/io/RxpPointcloud.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114bool RxpPointcloud::readOne(PointRef& point)
115{
116 if (readSavedPoint(point)) {
117 return true;
118 }
119 savePoints();
120 return readSavedPoint(point);
121}
122
123
124bool RxpPointcloud::readSavedPoint(PointRef& point)

Callers 1

processOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected