QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 49 of file qgspointcloudstatscalculator.h.
QgsPointCloudStatsCalculator::QgsPointCloudStatsCalculator | ( | QgsPointCloudIndex * | index | ) |
Constructor.
Definition at line 179 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 185 of file qgspointcloudstatscalculator.cpp.
|
inline |
Returns the object containing the calculated statistics.
Definition at line 63 of file qgspointcloudstatscalculator.h.