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

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

 Utopia
 
 Utopia::Models
 
 Utopia::Models::CopyMeGrid
 

Typedefs

using Utopia::Models::CopyMeGrid::CellTraits = Utopia::CellTraits< CellState, Update::sync >
 Specialize the CellTraits type helper for this model. More...
 
using Utopia::Models::CopyMeGrid::ModelTypes = Utopia::ModelTypes<>
 Type helper to define types used by the model. More...