#include <FMTGCBMtransition.hpp>
|
int | ageafter |
| Describe the age set on the strata after the disturbance.
|
|
std::map< std::string, std::string > | themes |
| Map where's the key is the theme name and the element is the new attribute set after the transition.
|
|
std::string | name |
| The name of the GCBM transition.
|
|
FMTGCBMtransition is a class that act like a simple container for a GCBM transition. It is only usefull when working with GCBM.
◆ FMTGCBMtransition() [1/3]
Core::FMTGCBMtransition::FMTGCBMtransition |
( |
| ) |
|
◆ FMTGCBMtransition() [2/3]
Core::FMTGCBMtransition::FMTGCBMtransition |
( |
const int & |
lageafter, |
|
|
const std::map< std::string, std::string > & |
lthemes, |
|
|
const std::string & |
lname |
|
) |
| |
◆ FMTGCBMtransition() [3/3]
◆ ~FMTGCBMtransition()
Core::FMTGCBMtransition::~FMTGCBMtransition |
( |
| ) |
|
|
default |
◆ operator!=()
◆ operator=()
◆ operator==()
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
serialize function is for serialization, used to do multiprocessing across multiple cpus (pickle in Pyhton)
◆ ageafter
int Core::FMTGCBMtransition::ageafter |
Describe the age set on the strata after the disturbance.
◆ name
std::string Core::FMTGCBMtransition::name |
The name of the GCBM transition.
◆ themes
std::map<std::string, std::string> Core::FMTGCBMtransition::themes |
Map where's the key is the theme name and the element is the new attribute set after the transition.
The documentation for this class was generated from the following file: