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

Function PointRef

pdal/PointRef.hpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 PointRef(PointView& v, PointId idx = 0);
58
59 PointRef(PointTableRef t, PointId idx = 0) : m_table(&t), m_idx(idx),
60 m_view(nullptr), m_viewIdx(0), m_orig(false)
61 {}
62
63 PointRef(const PointRef& r) : m_table(r.m_table), m_idx(r.m_idx),
64 m_view(r.m_view), m_viewIdx(r.m_viewIdx), m_orig(false)

Callers 4

pointFunction · 0.70
operator*Method · 0.70
operator[]Method · 0.70
PointRef.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected