Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
Utopia::Models::CopyMeGrid Namespace Reference

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. More...
 
using ModelTypes = Utopia::ModelTypes<>
 Type helper to define types used by the model. More...
 

Typedef Documentation

◆ CellTraits

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.

◆ ModelTypes

Type helper to define types used by the model.