QGIS API Documentation 3.43.0-Master (32433f7016e)
Public Member Functions | List of all members
QgsPointCloudStatsCalculator Class Reference

Calculates statistics of a point cloud dataset. More...

#include <qgspointcloudstatscalculator.h>

Inheritance diagram for QgsPointCloudStatsCalculator:
Inheritance graph
[legend]

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.
 

Detailed Description

Calculates statistics of a point cloud dataset.

Since
QGIS 3.26

Definition at line 48 of file qgspointcloudstatscalculator.h.

Constructor & Destructor Documentation

◆ QgsPointCloudStatsCalculator()

QgsPointCloudStatsCalculator::QgsPointCloudStatsCalculator ( QgsPointCloudIndex  index)

Constructor.

Definition at line 186 of file qgspointcloudstatscalculator.cpp.

Member Function Documentation

◆ calculateStats()

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.

◆ statistics()

QgsPointCloudStatistics QgsPointCloudStatsCalculator::statistics ( ) const
inline

Returns the object containing the calculated statistics.

Definition at line 62 of file qgspointcloudstatscalculator.h.


The documentation for this class was generated from the following files: