Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Namespaces | Typedefs
Vegetation.hh File Reference
#include <random>
#include <memory>
#include <algorithm>
#include <string>
#include <utopia/core/model.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/types.hh>
#include <utopia/core/cell_manager.hh>
#include <utopia/data_io/hdfgroup.hh>
#include <utopia/data_io/hdfdataset.hh>
#include <utopia/data_io/cfg_utils.hh>
Include dependency graph for Vegetation.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Utopia::Models::Vegetation::CellState
 State of a cell in the Vegetation model, consisting only of plant mass. More...
 
class  Utopia::Models::Vegetation::Vegetation
 A very simple vegetation model. More...
 

Namespaces

 Utopia
 
 Utopia::Models
 
 Utopia::Models::Vegetation
 

Typedefs

using Utopia::Models::Vegetation::VegetationTypes = Utopia::ModelTypes<>
 Typehelper to define data types of Vegetation model. More...
 
using Utopia::Models::Vegetation::CellTraits = Utopia::CellTraits< CellState, Update::sync, true >
 Define the model cell traits: State type, sync update, use default ctor. More...