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

Function count

pdal/Reader.hpp:63–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void setReadCb(PointReadFunc cb)
62 { m_cb = cb; }
63 point_count_t count() const
64 { return m_count; }
65
66 using Stage::setSpatialReference;
67

Callers 3

initializeLocalMethod · 0.50
loadHierarchyMethod · 0.50
PgReader.hppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected