|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
Class used to calculate statistics of a point cloud dataset. More...
#include <qgspointcloudstatscalculator.h>

Public Member Functions | |
| QgsPointCloudStatsCalculator (QgsPointCloudIndex index) | |
| Constructor. | |
| 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. | |
| QgsPointCloudStatistics | statistics () const |
| Returns the object containing the calculated statistics. | |
Class used to calculate statistics of a point cloud dataset.
Definition at line 48 of file qgspointcloudstatscalculator.h.
| QgsPointCloudStatsCalculator::QgsPointCloudStatsCalculator | ( | QgsPointCloudIndex | index | ) |
Constructor.
Definition at line 186 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 192 of file qgspointcloudstatscalculator.cpp.
|
inline |
Returns the object containing the calculated statistics.
Definition at line 62 of file qgspointcloudstatscalculator.h.