Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <random>
#include <string>
#include <algorithm>
#include <utopia/core/model.hh>
#include <utopia/core/cell_manager.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/select.hh>
#include <utopia/data_io/cfg_utils.hh>
Go to the source code of this file.
Classes | |
struct | Utopia::Models::GameOfLife::CellState |
The type of a cell's state. More... | |
class | Utopia::Models::GameOfLife::GameOfLife |
The GameOfLife Model. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::GameOfLife |
Typedefs | |
using | Utopia::Models::GameOfLife::CellTraits = Utopia::CellTraits< CellState, Update::manual, true > |
Specialize the CellTraits type helper for this model. | |
using | Utopia::Models::GameOfLife::ModelTypes = Utopia::ModelTypes<> |
Type helper to define types used by the model. | |