|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
The type of a cell's state. More...
#include <CopyMeGrid.hh>
Public Member Functions | |
| CellState (const DataIO::Config &cfg) | |
| Construct the cell state from a configuration. | |
| template<class RNG > | |
| CellState (const DataIO::Config &cfg, const std::shared_ptr< RNG > &rng) | |
| Construct the cell state from a configuration and an RNG. | |
Public Attributes | |
| double | some_state |
| A useful documentation string. | |
| int | some_trait |
| Another useful documentation string, yeah. | |
| bool | is_a_vip_cell |
| Whether this cell is very important. | |
The type of a cell's state.
|
inline |
Construct the cell state from a configuration.
|
inline |
Construct the cell state from a configuration and an RNG.
| bool Utopia::Models::CopyMeGrid::CellState::is_a_vip_cell |
Whether this cell is very important.
| double Utopia::Models::CopyMeGrid::CellState::some_state |
A useful documentation string.
| int Utopia::Models::CopyMeGrid::CellState::some_trait |
Another useful documentation string, yeah.