Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
struct | CellState |
State of a cell in the Vegetation model, consisting only of plant mass. More... | |
class | Vegetation |
A very simple vegetation model. More... | |
Typedefs | |
using | VegetationTypes = Utopia::ModelTypes<> |
Typehelper to define data types of Vegetation model. | |
using | CellTraits = Utopia::CellTraits< CellState, Update::sync, true > |
Define the model cell traits: State type, sync update, use default ctor. | |
using Utopia::Models::Vegetation::CellTraits = typedef Utopia::CellTraits<CellState, Update::sync, true> |
Define the model cell traits: State type, sync update, use default ctor.
Typehelper to define data types of Vegetation model.