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

Function dims

pdal/PointView.hpp:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 std::string dimName(Dimension::Id id) const
273 { return layout()->dimName(id); }
274 Dimension::IdList dims() const
275 { return layout()->dims(); }
276 std::size_t pointSize() const
277 { return layout()->pointSize(); }
278 std::size_t dimSize(Dimension::Id id) const

Callers 2

dimTypesMethod · 0.85
toMetadataMethod · 0.85

Calls 1

layoutFunction · 0.70

Tested by

no test coverage detected