FFSM++
1.1.0
French Forest Sector Model ++
|
IO production matrix between the forest resources and the primary products (struct) More...
#include <ModelData.h>
Public Attributes | |
int | regId |
string | forTypeIn |
string | forTypeOut |
double | coeff |
IO production matrix between the forest resources and the primary products (struct)
Struct containing the io matrix between the forest resources and the primary products. Not to be confunded with the IO matrix between primary products and secondary products.
Definition at line 306 of file ModelData.h.
double coeff |
Definition at line 310 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelData::applyOverrides(), and ModelData::setReclassificationRules().
string forTypeIn |
Definition at line 308 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelData::applyOverrides(), and ModelData::setReclassificationRules().
string forTypeOut |
Definition at line 309 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelData::applyOverrides(), and ModelData::setReclassificationRules().
int regId |
Definition at line 307 of file ModelData.h.
Referenced by Gis::applyForestReclassification(), ModelData::applyOverrides(), and ModelData::setReclassificationRules().