Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
filterPoints
Method · 0.50
Calls
3
addPoint
Function · 0.85
PointRef
Function · 0.70
size
Method · 0.45
Tested by
no test coverage detected