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

Method dimOffset

pdal/PointLayout.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214
215size_t PointLayout::dimOffset(Dimension::Id id) const
216{
217 return dimDetail(id)->offset();
218}
219
220
221size_t PointLayout::pointSize() const

Callers

nothing calls this directly

Calls 2

dimDetailFunction · 0.85
offsetMethod · 0.45

Tested by

no test coverage detected