GCBM
|
#include <peatlandturnoverparameters.h>
Public Member Functions | |
double | Pfe () const |
double | Pfn () const |
double | Pel () const |
double | Pnl () const |
double | Mbgls () const |
double | Mags () const |
double | Mbgs () const |
double | Pt () const |
double | Ptacro () const |
double | a () const |
double | b () const |
double | c () const |
double | d () const |
double | Msts () const |
double | Msto () const |
double | Mstf () const |
double | Mstfr () const |
double | Mstcr () const |
PeatlandTurnoverParameters () | |
Default constructor More... | |
PeatlandTurnoverParameters (int _spuId, PeatlandType _peatlandType, PeatlandLandCoverType _landCoverType) | |
virtual | ~PeatlandTurnoverParameters ()=default |
void | setValue (const DynamicObject &data) override |
Public Member Functions inherited from PeatlandParameters | |
int | spuId () const |
PeatlandType | peatlandType () const |
PeatlandLandCoverType | peatlandTreeClassifier () const |
PeatlandParameters () | |
Default constructor More... | |
PeatlandParameters (int _spuId, PeatlandType _peatlandType, PeatlandLandCoverType _landCoverType) | |
Private Attributes | |
double | _Pfe { 0 } |
double | _Pfn { 0 } |
double | _Pel { 0 } |
double | _Pnl { 0 } |
double | _Mbgls { 0 } |
double | _Mags { 0 } |
double | _Mbgs { 0 } |
double | _Pt { 0 } |
double | _Ptacro { 0 } |
double | _a { 0 } |
double | _b { 0 } |
double | _c { 0 } |
double | _d { 0 } |
double | _Msts { 0 } |
double | _Msto { 0 } |
double | _Mstf { 0 } |
double | _Mstfr { 0 } |
double | _Mstcr { 0 } |
Default constructor
PeatlandTurnoverParameters | ( | int | _spuId, |
PeatlandType | _peatlandType, | ||
PeatlandLandCoverType | _landCoverType | ||
) |
Constructor
Invoke parent constructor PeatlandParameters with parameters _spuId,_peatlandType and _landCoverType
int | _spuId |
PeatlandType | _peatlandType |
PeatlandLandCoverType | _landCoverType |
|
virtualdefault |
double a | ( | ) | const |
double b | ( | ) | const |
double c | ( | ) | const |
double d | ( | ) | const |
double Mags | ( | ) | const |
double Mbgls | ( | ) | const |
double Mbgs | ( | ) | const |
double Mstcr | ( | ) | const |
double Mstf | ( | ) | const |
double Mstfr | ( | ) | const |
double Msto | ( | ) | const |
double Msts | ( | ) | const |
double Pel | ( | ) | const |
double Pfe | ( | ) | const |
double Pfn | ( | ) | const |
double Pnl | ( | ) | const |
double Pt | ( | ) | const |
double Ptacro | ( | ) | const |
|
overridevirtual |
Assign values to PeatlandTurnoverParameters._Pfe, PeatlandTurnoverParameters._Pfn, PeatlandTurnoverParameters._Pel,
PeatlandTurnoverParameters._Pnl, PeatlandTurnoverParameters._Mbgls, PeatlandTurnoverParameters._Mags, PeatlandTurnoverParameters._Mbgs,
PeatlandTurnoverParameters._Pt, PeatlandTurnoverParameters._Ptacro, PeatlandTurnoverParameters._a
, PeatlandTurnoverParameters._b, PeatlandTurnoverParameters._c, PeatlandTurnoverParameters._d
PeatlandTurnoverParameters._Msts, PeatlandTurnoverParameters._Msto, PeatlandTurnoverParameters._Mstf,
PeatlandTurnoverParameters._Mstfr, PeatlandTurnoverParameters._Mstcr from parameter data
DynamicObject& | data |
Implements PeatlandParameters.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |