|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
A non-abstract EnvCellState, derived from the base class. More...


Public Member Functions | |
| EnvCellState (const Utopia::DataIO::Config &cfg) | |
| ~EnvCellState ()=default | |
| double | get_env (const std::string &key) const override |
| Getter. | |
| void | set_env (const std::string &key, const double &value) override |
| Setter. | |
| EnvCellState (const Utopia::DataIO::Config &cfg) | |
| ~EnvCellState () | |
| double | get_env (const std::string &key) const |
| Getter. | |
| void | set_env (const std::string &key, const double &value) |
| Setter. | |
Public Member Functions inherited from Utopia::Models::Environment::BaseEnvCellState | |
| virtual | ~BaseEnvCellState ()=default |
Public Attributes | |
| double | some_heterogeneous_parameter |
| double | some_het_parameter |
Public Attributes inherited from Utopia::Models::Environment::BaseEnvCellState | |
| SpaceVec | position |
| Cached barycenter of the cell. | |
Additional Inherited Members | |
Public Types inherited from Utopia::Models::Environment::BaseEnvCellState | |
| using | SpaceVec = SpaceVecType< 2 > |
A non-abstract EnvCellState, derived from the base class.
Create a non-abstract EnvCellState.
|
inline |
|
default |
|
inline |
|
inline |
Getter.
Implements Utopia::Models::Environment::BaseEnvCellState.
Getter.
Implements Utopia::Models::Environment::BaseEnvCellState.
Setter.
Implements Utopia::Models::Environment::BaseEnvCellState.
Setter.
Implements Utopia::Models::Environment::BaseEnvCellState.
| double EnvCellState::some_het_parameter |
| double EnvCellState::some_heterogeneous_parameter |