|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
#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"

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 | |
| namespace | Utopia |
| namespace | Utopia::Models |
| namespace | Utopia::Models::PredatorPreyPlant |
Typedefs | |
| using | Utopia::Models::PredatorPreyPlant::CellTraits = Utopia::CellTraits< State, Update::manual > |
| Cell traits specialization using the state type. | |
| using | Utopia::Models::PredatorPreyPlant::ModelTypes = ModelTypes<> |
| Typehelper to define data types of PredatorPreyPlant model. | |