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

Function dimDetail

pdal/PointLayout.hpp:227–230  ·  view source on GitHub ↗

Get a pointer to a dimension's detail information. \param id ID of the dimension. \return A pointer a dimension's detail. */

Source from the content-addressed store, hash-verified

225 \return A pointer a dimension's detail.
226 */
227 const Dimension::Detail* dimDetail(Dimension::Id id) const
228 {
229 return &(m_detail[Utils::toNative(id)]);
230 }
231
232 /**
233 Change from offset to order. Only call during finalize.

Callers 3

dimTypeMethod · 0.85
dimSizeMethod · 0.85
dimOffsetMethod · 0.85

Calls 1

toNativeFunction · 0.50

Tested by

no test coverage detected