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

Function pointSize

pdal/PointView.hpp:276–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
279 { return layout()->dimSize(id); }
280 Dimension::Type dimType(Dimension::Id id) const

Callers

nothing calls this directly

Calls 2

pointSizeMethod · 0.80
layoutFunction · 0.70

Tested by

no test coverage detected