MCPcopy 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
198private:
199 void setFieldInternal(Dimension::Id id, PointId idx, const void *value) override;

Callers 1

getDimensionFunction · 0.70

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected