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

Method findProprietaryDim

pdal/PointLayout.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168
169Dimension::Id
170PointLayout::findProprietaryDim(const std::string& name) const
171{
172 auto di = m_propIds.find(name);
173 return (di != m_propIds.end() ? di->second :
174 Dimension::Id::Unknown);
175}
176
177
178std::string PointLayout::dimName(Dimension::Id id) const

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
readMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64