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

Method PointViewIter

pdal/PointView.hpp:591–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 using reference = PointRef;
590
591 PointViewIter()
592 {}
593 PointViewIter(PointView* view, PointId id) : m_view(view), m_id(id)
594 {}
595

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected