|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
| struct | CellState |
| The type of a cell's state. More... | |
| class | CopyMeGrid |
| The CopyMeGrid Model; a good start for a CA-based model. More... | |
Typedefs | |
| using | CellTraits = Utopia::CellTraits< CellState, Update::sync > |
| Specialize the CellTraits type helper for this model. | |
| using | ModelTypes = Utopia::ModelTypes<> |
| Type helper to define types used by the model. | |
Specialize the CellTraits type helper for this model.
Specifies the type of each cells' state as first template argument and the update mode as second.
See Utopia::CellTraits for more information.
Type helper to define types used by the model.