|
FFSM++
1.1.0
French Forest Sector Model ++
|
#include <string>#include <vector>#include <map>#include <stdexcept>#include <iostream>#include <sstream>#include <QString>#include "BaseClass.h"#include "InputNode.h"#include "Output.h"

Go to the source code of this file.
Classes | |
| struct | scenarioData |
| class | ModelData |
| Regional data, including macros and settings. More... | |
| struct | IFiles |
| Input files (struct) More... | |
| struct | BasicData |
| Basic data units (struct) More... | |
| struct | forToProd |
| IO production matrix between the forest resources and the primary products (struct) More... | |
| struct | forType |
| Forest types (struct) More... | |
| struct | reclRule |
| IO production matrix between the forest resources and the primary products (struct) More... | |
| struct | pathRule |
| Pathogen rule (how pathogen presense influence mortality) for a given forest type and diameter class (struct) More... | |
| class | LLData |
| Low level data. XML input is reversed here after unzipping oocalc file and parsing content.xml. More... | |
Typedefs | |
| typedef map< string, vector< double > > | DataMap |
| typedef pair< string, vector< double > > | DataPair |
| typedef map<string, vector <double> > DataMap |
Definition at line 43 of file ModelData.h.
| typedef pair<string, vector <double> > DataPair |
Definition at line 44 of file ModelData.h.