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

Function dimTypes

pdal/PointView.hpp:282–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 Dimension::Type dimType(Dimension::Id id) const
281 { return layout()->dimType(id);}
282 DimTypeList dimTypes() const
283 { return layout()->dimTypes(); }
284 PointLayoutPtr layout() const
285 { return m_layout; }
286 PointTableRef table() const

Callers

nothing calls this directly

Calls 2

layoutFunction · 0.70
dimTypesMethod · 0.45

Tested by

no test coverage detected