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

Method dimTypes

pdal/PointLayout.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142DimTypeList PointLayout::dimTypes() const
143{
144 DimTypeList dimTypes;
145
146 const Dimension::IdList& ids = dims();
147 for (auto ii = ids.begin(); ii != ids.end(); ++ii)
148 dimTypes.push_back(DimType(*ii, dimType(*ii)));
149 return dimTypes;
150}
151
152
153DimType PointLayout::findDimType(const std::string& name) const

Callers

nothing calls this directly

Calls 5

dimsFunction · 0.85
DimTypeClass · 0.85
dimTypeFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected