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

Function pointCount

pdal/Stage.hpp:352–353  ·  view source on GitHub ↗

Return the point count of all point views at the start of execution. Only valid during execute(). \return Total number of points in all point views being executed. */

Source from the content-addressed store, hash-verified

350 \return Total number of points in all point views being executed.
351 */
352 point_count_t pointCount() const
353 { return m_pointCount; }
354 /**
355 Return the count of faces in all primary meshes for all point views.
356 Only valid during execute().

Callers 1

validateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected