Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
Utopia::Models::Vegetation Namespace Reference

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. More...
 
using CellTraits = Utopia::CellTraits< CellState, Update::sync, true >
 Define the model cell traits: State type, sync update, use default ctor. More...
 

Typedef Documentation

◆ CellTraits

Define the model cell traits: State type, sync update, use default ctor.

◆ VegetationTypes

Typehelper to define data types of Vegetation model.