Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ findDimType
Method
findDimType
pdal/PointLayout.cpp:153–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
153
DimType PointLayout::findDimType(const std::string& name) const
154
{
155
Dimension::Id id = findDim(name);
156
return DimType(id, dimType(id));
157
}
158
159
160
Dimension::Id PointLayout::findDim(const std::string& name) const
Callers
2
TEST
Function · 0.80
prepared
Method · 0.80
Calls
2
DimType
Class · 0.85
dimType
Function · 0.85
Tested by
1
TEST
Function · 0.64