|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <functional>#include <random>#include <numeric>#include <utopia/core/model.hh>#include <utopia/core/apply.hh>#include <utopia/core/cell_manager.hh>#include "../ContDisease/state.hh"

Go to the source code of this file.
Classes | |
| struct | Utopia::Models::ForestFire::State |
| The full cell struct for the ForestFire model. More... | |
| struct | Utopia::Models::ForestFire::Param |
| ForestFire model parameter struct. More... | |
| class | Utopia::Models::ForestFire::ForestFire |
| The ForestFire model. More... | |
Namespaces | |
| namespace | Utopia |
| namespace | Utopia::Models |
| namespace | Utopia::Models::ForestFire |
Typedefs | |
| using | Utopia::Models::ForestFire::CellTraits = Utopia::CellTraits< State, Update::manual > |
| Cell traits specialization using the state type. | |
| using | Utopia::Models::ForestFire::ModelTypes = Utopia::ModelTypes<> |
| Typehelper to define data types of ForestFire model. | |