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

Method PointView

pdal/PointView.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48int PointView::m_lastId = 0;
49
50PointView::PointView(PointTableRef pointTable) : m_pointTable(pointTable),
51 m_layout(pointTable.layout()), m_size(0), m_id(0)
52{
53 m_id = ++m_lastId;
54}
55
56PointView::PointView(PointTableRef pointTable, const SpatialReference& srs) :
57 m_pointTable(pointTable), m_layout(pointTable.layout()), m_size(0),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected