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

Classes

struct  State
 Cell State struct. More...
 
class  PredatorPrey
 PredatorPrey Model on grid cells. More...
 
struct  SpeciesState
 Struct that holds all species states. More...
 
struct  SpeciesBaseParams
 Struct that holds all species-specific parameters. More...
 
struct  PredatorParams
 Struct that holds all predator-specific parameters. More...
 
struct  PreyParams
 Struct that holds all prey-species specific parameters. More...
 
struct  SpeciesParams
 The parameter of all species. More...
 

Typedefs

using CellTraits = Utopia::CellTraits< State, Update::manual >
 Cell traits specialization using the state type. More...
 
using ModelTypes = ModelTypes<>
 Typehelper to define data types of PredatorPrey model. More...
 

Typedef Documentation

◆ CellTraits

Cell traits specialization using the state type.

The first template parameter specifies the type of the cell state, the second sets them to not be synchronously updated. The config constructor for the cell state is preferred here

◆ ModelTypes

Typehelper to define data types of PredatorPrey model.