| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Class used to calculate statistics of a point cloud dataset. More...
#include <qgspointcloudstatscalculator.h>

| Public Member Functions | |
| QgsPointCloudStatsCalculator (QgsPointCloudIndex *index) | |
| Constructor.  More... | |
| bool | calculateStats (QgsFeedback *feedback, const QVector< QgsPointCloudAttribute > &attributes, qint64 pointsLimit=-1) | 
| Calculates the statistics of given attributes attributes up to new pointsLimit points Note: the already calculated statistics are kept and another set of pointsLimit are processed.  More... | |
| QgsPointCloudStatistics | statistics () const | 
| Returns the object containing the calculated statistics.  More... | |
Class used to calculate statistics of a point cloud dataset.
Definition at line 49 of file qgspointcloudstatscalculator.h.
| QgsPointCloudStatsCalculator::QgsPointCloudStatsCalculator | ( | QgsPointCloudIndex * | index | ) | 
Constructor.
Definition at line 172 of file qgspointcloudstatscalculator.cpp.
| bool QgsPointCloudStatsCalculator::calculateStats | ( | QgsFeedback * | feedback, | 
| const QVector< QgsPointCloudAttribute > & | attributes, | ||
| qint64 | pointsLimit = -1 | ||
| ) | 
Calculates the statistics of given attributes attributes up to new pointsLimit points Note: the already calculated statistics are kept and another set of pointsLimit are processed.
Definition at line 178 of file qgspointcloudstatscalculator.cpp.
| 
 | inline | 
Returns the object containing the calculated statistics.
Definition at line 63 of file qgspointcloudstatscalculator.h.