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

Function point

pdal/PointView.hpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 PointRef point(PointId id)
114 {
115 if (id == m_index.size())
116 addPoint();
117 return PointRef(*this, id);
118 }
119
120 template<class T>
121 T getFieldAs(Dimension::Id dim, PointId pointIndex) const;

Callers 1

filterPointsMethod · 0.50

Calls 3

addPointFunction · 0.85
PointRefFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected