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

Method addDimensions

test/unit/StreamingTest.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 virtual void addDimensions(PointLayoutPtr layout)
139 {
140 Dimension::Id id = layout->registerOrAssignDim("something", Dimension::Type::Double);
141 Dimension::Id x = layout->registerOrAssignDim("X", Dimension::Type::Double);
142 }
143
144 virtual point_count_t read(PointViewPtr view, point_count_t numPts)
145 {

Callers

nothing calls this directly

Calls 1

registerOrAssignDimMethod · 0.80

Tested by

no test coverage detected