Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ getPoint
Function
getPoint
pdal/PointTable.hpp:195–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
{ return true; }
194
void finalize() override;
195
char *getPoint(PointId idx) override
196
{ return nullptr; }
197
198
private:
199
void setFieldInternal(Dimension::Id id, PointId idx, const void *value) override;
Callers
1
getDimension
Function · 0.70
Calls
1
data
Method · 0.45
Tested by
no test coverage detected