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

Method pointCount

tools/lasdump/Header.hpp:204–205  ·  view source on GitHub ↗

Get total number of point records stored in the LAS file.

Source from the content-addressed store, hash-verified

202 { m_pointCount = pointCount; }
203 /// Get total number of point records stored in the LAS file.
204 uint64_t pointCount() const
205 { return m_pointCount; }
206
207 /// Set values point count by return number.
208 /// \param index - Return number.

Callers 3

readPointsMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36