QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSPOINTCLOUDSTATSCALCULATOR_H
19 #define QGSPOINTCLOUDSTATSCALCULATOR_H
21 #include "qgis_core.h"
26 #include <QFutureWatcher>
60 bool calculateStats(
QgsFeedback *feedback,
const QVector<QgsPointCloudAttribute> &attributes, qint64 pointsLimit = -1 );
66 std::unique_ptr<QgsPointCloudIndex> mIndex =
nullptr;
69 QSet<IndexedPointCloudNode> mProcessedNodes;
75 #endif // QGSPOINTCLOUDSTATSCALCULATOR_H
QgsPointCloudStatistics statistics() const
Returns the object containing the calculated statistics.
Class used to store statistics of a point cloud dataset.
Base class for storing raw data from point cloud nodes.
Point cloud data request.
Represents a indexed point cloud node in octree.
Base class for feedback objects to be used for cancellation of something running in a worker thread.
Attribute for point cloud data pair of name and size in bytes.
Class used to calculate statistics of a point cloud dataset.
Represents a indexed point clouds data in octree.