MCPcopy 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
153DimType PointLayout::findDimType(const std::string& name) const
154{
155 Dimension::Id id = findDim(name);
156 return DimType(id, dimType(id));
157}
158
159
160Dimension::Id PointLayout::findDim(const std::string& name) const

Callers 2

TESTFunction · 0.80
preparedMethod · 0.80

Calls 2

DimTypeClass · 0.85
dimTypeFunction · 0.85

Tested by 1

TESTFunction · 0.64