QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Types | Public Member Functions | Static Public Attributes | List of all members
StatsProcessor Struct Reference

Public Types

typedef QgsPointCloudStatistics result_type
 

Public Member Functions

 StatsProcessor (const StatsProcessor &processor)
 
 StatsProcessor (QgsPointCloudIndex *index, QgsPointCloudRequest request, QgsFeedback *feedback, double progressValue)
 
QgsPointCloudStatistics operator() (IndexedPointCloudNode node)
 
StatsProcessoroperator= (const StatsProcessor &rhs)
 

Static Public Attributes

static QMutex sStatsProcessorFeedbackMutex
 

Detailed Description

Definition at line 35 of file qgspointcloudstatscalculator.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 37 of file qgspointcloudstatscalculator.cpp.

Constructor & Destructor Documentation

◆ StatsProcessor() [1/2]

StatsProcessor::StatsProcessor ( QgsPointCloudIndex index,
QgsPointCloudRequest  request,
QgsFeedback feedback,
double  progressValue 
)
inline

Definition at line 40 of file qgspointcloudstatscalculator.cpp.

◆ StatsProcessor() [2/2]

StatsProcessor::StatsProcessor ( const StatsProcessor processor)
inline

Definition at line 45 of file qgspointcloudstatscalculator.cpp.

Member Function Documentation

◆ operator()()

QgsPointCloudStatistics StatsProcessor::operator() ( IndexedPointCloudNode  node)
inline

Definition at line 59 of file qgspointcloudstatscalculator.cpp.

◆ operator=()

StatsProcessor & StatsProcessor::operator= ( const StatsProcessor rhs)
inline

Definition at line 50 of file qgspointcloudstatscalculator.cpp.

Member Data Documentation

◆ sStatsProcessorFeedbackMutex

QMutex StatsProcessor::sStatsProcessorFeedbackMutex
static

Definition at line 38 of file qgspointcloudstatscalculator.cpp.


The documentation for this struct was generated from the following file: