Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <random>
#include <utopia/core/model.hh>
#include <utopia/core/cell_manager.hh>
#include <utopia/core/apply.hh>
Go to the source code of this file.
Classes | |
struct | Utopia::Models::CopyMeGrid::CellState |
The type of a cell's state. More... | |
class | Utopia::Models::CopyMeGrid::CopyMeGrid |
The CopyMeGrid Model; a good start for a CA-based model. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::CopyMeGrid |
Typedefs | |
using | Utopia::Models::CopyMeGrid::CellTraits = Utopia::CellTraits< CellState, Update::sync > |
Specialize the CellTraits type helper for this model. | |
using | Utopia::Models::CopyMeGrid::ModelTypes = Utopia::ModelTypes<> |
Type helper to define types used by the model. | |