|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Class used to store statistics of one attribute of a point cloud dataset. More...
#include <qgspointcloudstatistics.h>
Public Member Functions | |
| void | cumulateStatistics (const QgsPointCloudAttributeStatistics &stats) |
| Updates the current point cloud statistics to hold the cumulation of the current statistics and stats. | |
Public Attributes | |
| QMap< int, int > | classCount |
| int | count = 0 |
| double | maximum = std::numeric_limits<double>::lowest() |
| double | mean = 0 |
| double | minimum = std::numeric_limits<double>::max() |
| double | stDev = 0 |
Class used to store statistics of one attribute of a point cloud dataset.
Definition at line 39 of file qgspointcloudstatistics.h.
| void QgsPointCloudAttributeStatistics::cumulateStatistics | ( | const QgsPointCloudAttributeStatistics & | stats | ) |
Updates the current point cloud statistics to hold the cumulation of the current statistics and stats.
Definition at line 29 of file qgspointcloudstatistics.cpp.
| QMap<int, int> QgsPointCloudAttributeStatistics::classCount |
Definition at line 47 of file qgspointcloudstatistics.h.
| int QgsPointCloudAttributeStatistics::count = 0 |
Definition at line 45 of file qgspointcloudstatistics.h.
| double QgsPointCloudAttributeStatistics::maximum = std::numeric_limits<double>::lowest() |
Definition at line 42 of file qgspointcloudstatistics.h.
| double QgsPointCloudAttributeStatistics::mean = 0 |
Definition at line 43 of file qgspointcloudstatistics.h.
| double QgsPointCloudAttributeStatistics::minimum = std::numeric_limits<double>::max() |
Definition at line 41 of file qgspointcloudstatistics.h.
| double QgsPointCloudAttributeStatistics::stDev = 0 |
Definition at line 44 of file qgspointcloudstatistics.h.