Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Typedefs
SandPile.hh File Reference
#include <numeric>
#include <functional>
#include <queue>
#include <utopia/core/model.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/cell_manager.hh>
Include dependency graph for SandPile.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Utopia::Models::SandPile::State
 Cell State for the SandPile model. More...
 
class  Utopia::Models::SandPile::SandPile
 The SandPile Model. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::SandPile
 

Typedefs

using Utopia::Models::SandPile::Slope = unsigned int
 Type of the slope. More...
 
using Utopia::Models::SandPile::CellTraits = Utopia::CellTraits< State, Update::manual >
 Cell traits specialization using the state type. More...
 
using Utopia::Models::SandPile::SandPileTypes = ModelTypes<>
 The Model type traits. More...