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

Go to the source code of this file.

Classes

struct  Utopia::Models::PredatorPrey::State
 Cell State struct. More...
 
class  Utopia::Models::PredatorPrey::PredatorPrey
 PredatorPrey Model on grid cells. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::PredatorPrey
 

Typedefs

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