Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
size_t PointLayout::dimOffset(Dimension::Id id) const
216
{
217
return dimDetail(id)->offset();
218
}
219
220
221
size_t PointLayout::pointSize() const
Callers
nothing calls this directly
Calls
2
dimDetail
Function · 0.85
offset
Method · 0.45
Tested by
no test coverage detected