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

Function dimType

pdal/PointView.hpp:280–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 std::size_t dimSize(Dimension::Id id) const
279 { return layout()->dimSize(id); }
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

Callers 4

dimTypesMethod · 0.85
findDimTypeMethod · 0.85
findDimMethod · 0.85
toMetadataMethod · 0.85

Calls 2

layoutFunction · 0.70
dimTypeMethod · 0.45

Tested by

no test coverage detected