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

Method PointViewAdapter

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

Source from the content-addressed store, hash-verified

369 struct PointViewAdapter
370 {
371 PointViewAdapter(PointViewPtr view): view(view) { }
372 point_count_t size() const { return view->size(); }
373 void setField(
374 const Dimension::Id dimension,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected