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

Function orderDimensions

pdal/PointLayout.hpp:235–240  ·  view source on GitHub ↗

Change from offset to order. Only call during finalize. */

Source from the content-addressed store, hash-verified

233 Change from offset to order. Only call during finalize.
234 */
235 void orderDimensions()
236 {
237 int order = 0;
238 for (Dimension::Id id : m_used)
239 m_detail[Utils::toNative(id)].setOrder(order++);
240 }
241
242 /**
243 Convert the point layout to a metadata format.

Callers

nothing calls this directly

Calls 2

setOrderMethod · 0.80
toNativeFunction · 0.50

Tested by

no test coverage detected