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

Function capacity

pdal/PointTable.hpp:254–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 { m_skips[n] = true; }
253
254 point_count_t capacity() const
255 { return m_capacity; }
256
257 /// During a given call to reset(), this indicates the number of points
258 /// populated in the table. This value will always be less then or equal

Callers 1

finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected