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