|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
All simulation instructions from the TOML instruction file. More...
Public Attributes | |
| const std::shared_ptr< const HftList > | hftlist |
| Global, immutable list of herbivore functional types. More... | |
| const std::shared_ptr< const Parameters > | params |
| Global, immutable set of simulation parameters. More... | |
All simulation instructions from the TOML instruction file.
There should be only one immutable list of HFTs and one set of parameters in the whole simulation. We implement it as a struct so both hftlist and params can be set at once in the constructor member initialization.
Use get_params() and get_hfts() to access content.
| const std::shared_ptr<const HftList> Fauna::World::InsfileContent::hftlist |
Global, immutable list of herbivore functional types.
| const std::shared_ptr<const Parameters> Fauna::World::InsfileContent::params |
Global, immutable set of simulation parameters.