|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
Dummy type for environment cell states. More...
#include <Environment.hh>


Public Member Functions | |
| DummyEnvCellState (const DataIO::Config &) | |
| ~DummyEnvCellState ()=default | |
| double | get_env (const std::string &) const override |
| Getter. | |
| void | set_env (const std::string &, const double &) override |
| Setter. | |
Public Member Functions inherited from Utopia::Models::Environment::BaseEnvCellState | |
| virtual | ~BaseEnvCellState ()=default |
Additional Inherited Members | |
Public Types inherited from Utopia::Models::Environment::BaseEnvCellState | |
| using | SpaceVec = SpaceVecType< 2 > |
Public Attributes inherited from Utopia::Models::Environment::BaseEnvCellState | |
| SpaceVec | position |
| Cached barycenter of the cell. | |
Dummy type for environment cell states.
This class is meant to be derived from and used as a basis for the desired kind of environment.
|
inline |
|
default |
|
inlineoverridevirtual |
Getter.
Implements Utopia::Models::Environment::BaseEnvCellState.
|
inlineoverridevirtual |
Setter.
Implements Utopia::Models::Environment::BaseEnvCellState.