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

Go to the source code of this file.

Classes

struct  Utopia::Models::PredatorPreyPlant::State
 Cell state, combining states for predator, prey and plant species. More...
 
class  Utopia::Models::PredatorPreyPlant::PredatorPreyPlant
 PredatorPreyPlant Model on grid cells. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::PredatorPreyPlant
 

Typedefs

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