QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsMeshSigmaAveragingMethod Class Reference

Sigma averages over the values between 0 (bed level) and 1 (surface). More...

#include <qgsmesh3daveraging.h>

Inheritance diagram for QgsMeshSigmaAveragingMethod:
Inheritance graph
[legend]

Public Member Functions

 QgsMeshSigmaAveragingMethod ()
 Constructs the sigma method for whole value range 0-1. More...
 
 QgsMeshSigmaAveragingMethod (double startFraction, double endFraction)
 Constructs the sigma method. More...
 
 ~QgsMeshSigmaAveragingMethod () override
 
QgsMesh3DAveragingMethodclone () const override
 Clone the instance. More...
 
double endFraction () const
 Returns ending fraction. More...
 
bool equals (const QgsMesh3DAveragingMethod *other) const override
 Returns whether method equals to other. More...
 
void readXml (const QDomElement &elem) override
 Reads configuration from the given DOM element. More...
 
double startFraction () const
 Returns starting fraction. More...
 
QDomElement writeXml (QDomDocument &doc) const override
 Writes configuration to a new DOM element. More...
 
- Public Member Functions inherited from QgsMesh3DAveragingMethod
 QgsMesh3DAveragingMethod (Method method)
 Ctor. More...
 
virtual ~QgsMesh3DAveragingMethod ()=default
 Dtor. More...
 
QgsMeshDataBlock calculate (const QgsMesh3DDataBlock &block3d, QgsFeedback *feedback=nullptr) const
 Calculated 2d block values from 3d stacked mesh values. More...
 
virtual QgsMesh3DAveragingMethodclone () const =0
 Clone the instance. More...
 
virtual bool equals (const QgsMesh3DAveragingMethod *other) const =0
 Returns whether method equals to other. More...
 
Method method () const
 Returns type of averaging method. More...
 
virtual void readXml (const QDomElement &elem)=0
 Reads configuration from the given DOM element. More...
 
virtual QDomElement writeXml (QDomDocument &doc) const =0
 Writes configuration to a new DOM element. More...
 

Additional Inherited Members

- Public Types inherited from QgsMesh3DAveragingMethod
enum  Method { MultiLevelsAveragingMethod = 0 , SigmaAveragingMethod , RelativeHeightAveragingMethod , ElevationAveragingMethod }
 Type of averaging method. More...
 
- Static Public Member Functions inherited from QgsMesh3DAveragingMethod
static QgsMesh3DAveragingMethodcreateFromXml (const QDomElement &elem)
 Creates the instance from XML by calling readXml of derived classes. More...
 
static bool equals (const QgsMesh3DAveragingMethod *a, const QgsMesh3DAveragingMethod *b)
 Returns whether two methods equal. More...
 

Detailed Description

Sigma averages over the values between 0 (bed level) and 1 (surface).

The fractions will be truncated to 0-1. For example: the average of between a quarter and 3 quarters of the water column - Sigma from 0.25 to 0.75

Since
QGIS 3.12

Definition at line 242 of file qgsmesh3daveraging.h.

Constructor & Destructor Documentation

◆ QgsMeshSigmaAveragingMethod() [1/2]

QgsMeshSigmaAveragingMethod::QgsMeshSigmaAveragingMethod ( )

Constructs the sigma method for whole value range 0-1.

Definition at line 381 of file qgsmesh3daveraging.cpp.

◆ QgsMeshSigmaAveragingMethod() [2/2]

QgsMeshSigmaAveragingMethod::QgsMeshSigmaAveragingMethod ( double  startFraction,
double  endFraction 
)

Constructs the sigma method.

Parameters
startFractionstarting fraction (0-1)
endFractionending fraction, must be higher or equal than startFraction (0-1)

Definition at line 386 of file qgsmesh3daveraging.cpp.

◆ ~QgsMeshSigmaAveragingMethod()

QgsMeshSigmaAveragingMethod::~QgsMeshSigmaAveragingMethod ( )
overridedefault

Member Function Documentation

◆ clone()

QgsMesh3DAveragingMethod * QgsMeshSigmaAveragingMethod::clone ( ) const
overridevirtual

Clone the instance.

Implements QgsMesh3DAveragingMethod.

Definition at line 431 of file qgsmesh3daveraging.cpp.

◆ endFraction()

double QgsMeshSigmaAveragingMethod::endFraction ( ) const

Returns ending fraction.

In range 0-1, where 1 means the surface level and 0 bed level. Always higher or equal than startFraction()

Definition at line 441 of file qgsmesh3daveraging.cpp.

◆ equals()

bool QgsMeshSigmaAveragingMethod::equals ( const QgsMesh3DAveragingMethod other) const
overridevirtual

Returns whether method equals to other.

Implements QgsMesh3DAveragingMethod.

Definition at line 421 of file qgsmesh3daveraging.cpp.

◆ readXml()

void QgsMeshSigmaAveragingMethod::readXml ( const QDomElement &  elem)
overridevirtual

Reads configuration from the given DOM element.

Implements QgsMesh3DAveragingMethod.

Definition at line 407 of file qgsmesh3daveraging.cpp.

◆ startFraction()

double QgsMeshSigmaAveragingMethod::startFraction ( ) const

Returns starting fraction.

In range 0-1, where 1 means the surface level and 0 bed level. Always lower or equal than endFraction()

Definition at line 436 of file qgsmesh3daveraging.cpp.

◆ writeXml()

QDomElement QgsMeshSigmaAveragingMethod::writeXml ( QDomDocument &  doc) const
overridevirtual

Writes configuration to a new DOM element.

Implements QgsMesh3DAveragingMethod.

Definition at line 399 of file qgsmesh3daveraging.cpp.


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