Utopia
2
Framework for studying models of complex & adaptive systems.
|
Classes | |
struct | State |
The full cell struct for the ForestFire model. More... | |
struct | Param |
ForestFire model parameter struct. More... | |
class | ForestFire |
The ForestFire model. More... | |
Typedefs | |
using | CellTraits = Utopia::CellTraits< State, Update::manual > |
Cell traits specialization using the state type. More... | |
using | ModelTypes = Utopia::ModelTypes<> |
Typehelper to define data types of ForestFire model. More... | |
using Utopia::Models::ForestFire::CellTraits = typedef Utopia::CellTraits<State, Update::manual> |
Cell traits specialization using the state type.
The first template parameter specifies the type of the cell state, the second sets them to not be synchronously updated. See Utopia::CellTraits
using Utopia::Models::ForestFire::ModelTypes = typedef Utopia::ModelTypes<> |
Typehelper to define data types of ForestFire model.