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

Method PointRefAdapter

plugins/rdb/io/RdbPointcloud.cpp:392–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 struct PointRefAdapter
391 {
392 PointRefAdapter(PointRef& point): point(point) { }
393 point_count_t size() const { return 0; }
394 void setField(
395 const Dimension::Id dimension,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected