GCBM
|
#include <peatlandparameters.h>
Public Member Functions | |
int | spuId () const |
PeatlandType | peatlandType () const |
PeatlandLandCoverType | peatlandTreeClassifier () const |
PeatlandParameters () | |
Default constructor More... | |
PeatlandParameters (int _spuId, PeatlandType _peatlandType, PeatlandLandCoverType _landCoverType) | |
virtual void | setValue (const DynamicObject &data)=0 |
Private Attributes | |
int | _spuId |
PeatlandType | _peatlandType |
PeatlandLandCoverType | _landCoverType |
Default constructor
PeatlandParameters | ( | int | spuId, |
PeatlandType | peatlandType, | ||
PeatlandLandCoverType | peatlandTreeClassifier | ||
) |
Constructor
Initialise PeatlandParameters.spuId as parameter spuId,
PeatlandParameters._peatlandType as parameter peatlandType,
PeatlandParameters._landCoverType as parameter peatlandTreeClassifier
spuId | int |
peatlandType | PeatlandType |
peatlandTreeClassifier | PeatlandLandCoverType |
PeatlandLandCoverType peatlandTreeClassifier | ( | ) | const |
PeatlandType peatlandType | ( | ) | const |
|
pure virtual |
int spuId | ( | ) | const |
|
private |
|
private |
|
private |