FFSM++
1.1.0
French Forest Sector Model ++
|
Forest types (struct) More...
#include <ModelData.h>
Public Attributes | |
string | forTypeId |
string | forLabel |
int | memType |
string | forLayer |
string | ereditatedFrom |
Layers * | layer |
Forest types (struct)
Struct containing the list of the forest types managed in the model.
Definition at line 293 of file ModelData.h.
string ereditatedFrom |
Definition at line 298 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelData::getForTypeChilds_pos(), and ModelData::setForestTypes().
string forLabel |
Definition at line 295 of file ModelData.h.
Referenced by ModelData::setForestTypes().
string forLayer |
Definition at line 297 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelCoreSpatial::loadExogenousForestLayers(), and ModelData::setForestTypes().
string forTypeId |
Definition at line 294 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), and ModelData::setForestTypes().
Layers* layer |
Definition at line 299 of file ModelData.h.
int memType |
Definition at line 296 of file ModelData.h.
Referenced by ModelCoreSpatial::loadExogenousForestLayers(), and ModelData::setForestTypes().