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

Method pointCountByReturn

tools/lasdump/Header.hpp:216–217  ·  view source on GitHub ↗

Get the point count by return number. \param index - Return number. \return - Point count.

Source from the content-addressed store, hash-verified

214 /// \param index - Return number.
215 /// \return - Point count.
216 uint64_t pointCountByReturn(std::size_t index)
217 { return m_pointCountByReturn[index]; }
218
219 /// Get scale factor for X coordinate.
220 double scaleX() const

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36