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

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...
 

Typedef Documentation

◆ CellTraits

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.

◆ SandPileTypes

The Model type traits.

◆ Slope

using Utopia::Models::SandPile::Slope = typedef unsigned int

Type of the slope.