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

Method PointRef

pdal/PointRef.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5{
6
7PointRef::PointRef(PointView& v, PointId idx) : m_table(&v.table()),
8 m_idx(v.tableId(idx)), m_view(&v), m_viewIdx(idx), m_orig(true)
9{}
10
11PointRef& PointRef::operator=(const PointRef& r)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected