Utopia 2
Framework for studying models of complex & adaptive systems.
|
#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>
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 | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::Vegetation |
Typedefs | |
using | Utopia::Models::Vegetation::VegetationTypes = Utopia::ModelTypes<> |
Typehelper to define data types of Vegetation model. | |
using | Utopia::Models::Vegetation::CellTraits = Utopia::CellTraits< CellState, Update::sync, true > |
Define the model cell traits: State type, sync update, use default ctor. | |