Utopia
2
Framework for studying models of complex & adaptive systems.
|
Classes | |
struct | State |
Cell State for the SandPile model. More... | |
class | SandPile |
The SandPile Model. More... | |
Typedefs | |
using | Slope = unsigned int |
Type of the slope. More... | |
using | CellTraits = Utopia::CellTraits< State, Update::manual > |
Cell traits specialization using the state type. More... | |
using | SandPileTypes = ModelTypes<> |
The Model type traits. More... | |
using Utopia::Models::SandPile::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 be manually updated. The third argument sets the use of the default constructor.
using Utopia::Models::SandPile::SandPileTypes = typedef ModelTypes<> |
The Model type traits.
using Utopia::Models::SandPile::Slope = typedef unsigned int |
Type of the slope.