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

Function size

pdal/PointView.hpp:88–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 { return m_id; }
87
88 point_count_t size() const
89 { return m_size; }
90
91 bool empty() const
92 { return m_size == 0; }

Callers 7

appendFunction · 0.70
getFieldFunction · 0.70
setFieldFunction · 0.70
getPackedPointFunction · 0.70
setPackedPointFunction · 0.70
getOrAddPointFunction · 0.70
tableIdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected