Get total number of point records stored in the LAS file.
| 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. |
no outgoing calls