|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
The full cell struct for the ContDisease model. More...
#include <state.hh>
Public Member Functions | |
| template<class RNG > | |
| State (const DataIO::Config &cfg, const std::shared_ptr< RNG > &rng) | |
| Construct the cell state from a configuration and an RNG. | |
Public Attributes | |
| Kind | kind |
| The cell state. | |
| unsigned | age |
| The age of the cell. | |
| unsigned int | cluster_id |
| An ID denoting to which cluster this cell belongs. | |
The full cell struct for the ContDisease model.
|
inline |
Construct the cell state from a configuration and an RNG.
| unsigned Utopia::Models::ContDisease::State::age |
The age of the cell.
An ID denoting to which cluster this cell belongs.
| Kind Utopia::Models::ContDisease::State::kind |
The cell state.