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

Method addPoint

pdal/PointView.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76PointId PointView::addPoint()
77{
78 PointId tableId = m_pointTable.addPoint();
79 m_index.push_back(tableId);
80 m_size++;
81 return tableId;
82}
83
84template<typename Sorter>
85void PointView::basic_sort(Sorter sort, Compare comp)

Callers 3

PolygonMethod · 0.45
setFieldInternalMethod · 0.45
getOrAddPointFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected