Class used to store statistics of a point cloud dataset.
More...
#include <qgspointcloudstatistics.h>
Class used to store statistics of a point cloud dataset.
- Since
- QGIS 3.26
Definition at line 61 of file qgspointcloudstatistics.h.
◆ QgsPointCloudStatistics() [1/2]
QgsPointCloudStatistics::QgsPointCloudStatistics |
( |
| ) |
|
◆ QgsPointCloudStatistics() [2/2]
◆ availableClasses()
QMap< int, int > QgsPointCloudStatistics::availableClasses |
( |
const QString & |
attribute | ) |
const |
Returns a map containing the count of each class of the attribute attribute If no matching statistic is available then an empty map will be returned.
Definition at line 96 of file qgspointcloudstatistics.cpp.
◆ classesOf()
QList< int > QgsPointCloudStatistics::classesOf |
( |
const QString & |
attribute | ) |
const |
◆ clear() [1/2]
void QgsPointCloudStatistics::clear |
( |
| ) |
|
◆ clear() [2/2]
◆ combineWith()
◆ fromStatisticsJson()
◆ maximum()
double QgsPointCloudStatistics::maximum |
( |
const QString & |
attribute | ) |
const |
Returns the maximum value for the attribute attribute If no matching statistic is available then NaN will be returned.
Definition at line 110 of file qgspointcloudstatistics.cpp.
◆ mean()
double QgsPointCloudStatistics::mean |
( |
const QString & |
attribute | ) |
const |
Returns the mean value for the attribute attribute If no matching statistic is available then NaN will be returned.
Definition at line 117 of file qgspointcloudstatistics.cpp.
◆ minimum()
double QgsPointCloudStatistics::minimum |
( |
const QString & |
attribute | ) |
const |
Returns the minimum value for the attribute attribute If no matching statistic is available then NaN will be returned.
Definition at line 103 of file qgspointcloudstatistics.cpp.
◆ sampledPointsCount()
int QgsPointCloudStatistics::sampledPointsCount |
( |
| ) |
const |
|
inline |
◆ statisticsMap()
◆ statisticsOf()
◆ stDev()
double QgsPointCloudStatistics::stDev |
( |
const QString & |
attribute | ) |
const |
Returns the standard deviation value for the attribute attribute If no matching statistic is available then NaN will be returned.
Definition at line 124 of file qgspointcloudstatistics.cpp.
◆ toStatisticsJson()
QByteArray QgsPointCloudStatistics::toStatisticsJson |
( |
| ) |
const |
The documentation for this class was generated from the following files: