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

Method findDim

plugins/e57/io/Utils.cpp:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299std::vector<Dim>::iterator ExtraDims::findDim(std::string name)
300{
301 return std::find_if(begin(), end(),
302 [name](Dim d)
303 {
304 return d.m_name == name;
305 });
306}
307
308void ExtraDims::parse(pdal::StringList dimList)
309{

Callers 7

TEST_PFunction · 0.45
fillPointMethod · 0.45
writeMethod · 0.45
addDimensionsMethod · 0.45
preparedMethod · 0.45
TESTFunction · 0.45
tryFindDimMethod · 0.45

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36