|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
| class | ForestFire |
| The ForestFire model. More... | |
| struct | Param |
| ForestFire model parameter struct. More... | |
| struct | State |
| The full cell struct for the ForestFire model. More... | |
Typedefs | |
| using | CellTraits = Utopia::CellTraits< State, Update::manual > |
| Cell traits specialization using the state type. | |
| using | ModelTypes = Utopia::ModelTypes<> |
| Typehelper to define data types of ForestFire model. | |
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
Typehelper to define data types of ForestFire model.