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

Method view

filters/SplitterFilter.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61PointViewPtr SplitterFilter::view(const Coord& coord)
62{
63 auto vi = m_viewMap.find(coord);
64 if (vi == m_viewMap.end())
65 return nullptr;
66 return vi->second;
67}
68
69
70BOX2D SplitterFilter::bounds(const Coord& coord) const

Callers 2

doneMethod · 0.80
findNormalMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected