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

Function dimName

pdal/PointView.hpp:272–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 bool hasDim(Dimension::Id id) const
271 { return layout()->hasDim(id); }
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

Callers 1

toMetadataMethod · 0.85

Calls 2

dimNameMethod · 0.80
layoutFunction · 0.70

Tested by

no test coverage detected