MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator[]

Method operator[]

pdal/PointView.hpp:633–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 pointer operator->()
632 { return nullptr; }
633 reference operator[](const difference_type& n) const
634 { return PointRef(*m_view, m_id + n); }
635};
636
637} // namespace pdal

Callers

nothing calls this directly

Calls 1

PointRefFunction · 0.70

Tested by

no test coverage detected