|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
The full cell struct for the ForestFire model. More...
#include <ForestFire.hh>

Public Member Functions | |
| State ()=delete | |
| Remove default constructor, for safety. | |
| template<class RNG > | |
| State (const DataIO::Config &cfg, const std::shared_ptr< RNG > &rng) | |
| Construct a cell from a configuration node and an RNG. | |
Public Attributes | |
| Kind | kind |
| The kind of object that populates this cell, e.g. a tree. | |
| unsigned short | age |
| The age of the tree on this cell. | |
| unsigned int | cluster_id |
| An ID denoting to which cluster this cell belongs (if it is a tree) | |
The full cell struct for the ForestFire model.
|
delete |
Remove default constructor, for safety.
|
inline |
Construct a cell from a configuration node and an RNG.
An ID denoting to which cluster this cell belongs (if it is a tree)
| Kind Utopia::Models::ForestFire::State::kind |
The kind of object that populates this cell, e.g. a tree.