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

Function packedPointSize

pdal/DbReader.hpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 void writeField(PointRef& point, const char *pos, const DimType& dim);
53 void writePoint(PointRef& point, const char *buf);
54 size_t packedPointSize() const
55 { return m_packedPointSize; }
56 size_t dimOffset(Dimension::Id id) const;
57 Orientation orientation() const
58 { return m_orientation; }

Callers 2

readPgPatchMethod · 0.50
writeTileMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected