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

Method findDim

pdal/PointLayout.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160Dimension::Id PointLayout::findDim(const std::string& name) const
161{
162 Dimension::Id id = Dimension::id(name);
163 if (dimType(id) != Dimension::Type::None)
164 return id;
165 return findProprietaryDim(name);
166}
167
168
169Dimension::Id

Callers 1

updateSchemaMethod · 0.45

Calls 2

idFunction · 0.85
dimTypeFunction · 0.85

Tested by

no test coverage detected