Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <numeric>
#include <functional>
#include <queue>
#include <utopia/core/model.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/cell_manager.hh>
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 | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::SandPile |
Typedefs | |
using | Utopia::Models::SandPile::Slope = unsigned int |
Type of the slope. | |
using | Utopia::Models::SandPile::CellTraits = Utopia::CellTraits< State, Update::manual > |
Cell traits specialization using the state type. | |
using | Utopia::Models::SandPile::SandPileTypes = ModelTypes<> |
The Model type traits. | |