![]() |
FMT 1.2.0
Forest management tools for forest planning
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Core |
| The Core namespace provides classes for simulating stands/strata growth/harvest through time. | |
| namespace | boost |
| namespace | boost::serialization |
Macros | |
| #define | FMT_DBL_TOLERANCE 1.e-08 |
| #define | FMT_STR_SEPARATOR "\t " |
| #define | FMTEXPORT |
Enumerations | |
| enum | Core::FMToutputlevel { Core::standard = 1 , Core::totalonly = 2 , Core::developpement = 3 } |
| Enumerator describing the level of detail of an output (standard, total only, development). More... | |
| enum | Core::FMTsection { Core::Control = 1 , Core::Landscape =2 , Core::Area =3 , Core::Action = 4 , Core::Transition =5 , Core::Yield = 6 , Core::Outputs = 7 , Core::Optimize =8 , Core::Constants = 9 , Core::Schedule = 10 , Core::Lifespan = 11 , Core::Empty =12 } |
| Enumerator describing the sections of a Woodstock model. More... | |
| enum class | Core::FMTkwor { Core::Source =1 , Core::Target =2 } |
| Enumerator describing the source or target keyword of a transition. More... | |
| enum | Core::FMTyldtype { Core::FMTageyld = 1 , Core::FMTtimeyld = 2 , Core::FMTcomplexyld = 3 , Core::FMTmodelyld = 4 } |
| Enumerator describing the type of a yield (age, time, complex, model). More... | |
| enum class | Core::FMTyieldparserop { Core::FMTnone = 0 , Core::FMTrange = 1 , Core::FMTmultiply = 2 , Core::FMTsum = 3 , Core::FMTsubstract = 4 , Core::FMTytp = 5 , Core::FMTmai = 6 , Core::FMTcai = 7 , Core::FMTdivide = 8 , Core::FMTequation = 9 , Core::FMTendpoint = 10 , Core::FMTdiscountfactor = 11 , Core::FMTdelta = 12 , Core::FMTmodelpred = 13 , Core::FMTdistance = 14 , Core::FMTmax = 15 , Core::FMTmin = 16 , Core::FMTShift = 17 , Core::COUNT = 18 } |
| Enumerator describing the operators usable in the yield section. More... | |
| enum | Core::FMTotar { Core::inventory = 1 , Core::actual = 2 , Core::val = 3 , Core::timeyld = 4 , Core::level = 5 } |
| Enumerator describing the target of an output (inventory, actual, value, time yield, level). More... | |
Functions | |
| const char * | Core::FMTsection_str (FMTsection section) |
| Return the string representation of a section. | |
| #define FMT_DBL_TOLERANCE 1.e-08 |
| #define FMT_STR_SEPARATOR "\t " |
| #define FMTEXPORT |