Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ dimSize
Method
dimSize
pdal/PointLayout.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
208
209
size_t PointLayout::dimSize(Dimension::Id id) const
210
{
211
return dimDetail(id)->size();
212
}
213
214
215
size_t PointLayout::dimOffset(Dimension::Id id) const
Callers
5
buildHdrFromPoints
Function · 0.80
TEST
Function · 0.80
getMatlabStruct
Method · 0.80
setMatlabStruct
Method · 0.80
dimSize
Function · 0.80
Calls
2
dimDetail
Function · 0.85
size
Method · 0.45
Tested by
1
TEST
Function · 0.64