MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator*

Method operator*

pdal/PointView.hpp:629–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627 { return m_id >= i.m_id; }
628
629 reference operator*() const
630 { return PointRef(*m_view, m_id); }
631 pointer operator->()
632 { return nullptr; }
633 reference operator[](const difference_type& n) const

Callers

nothing calls this directly

Calls 1

PointRefFunction · 0.70

Tested by

no test coverage detected