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. | |
![]() | |
virtual | ~BaseEnvCellState ()=default |
Additional Inherited Members | |
![]() | |
using | SpaceVec = SpaceVecType< 2 > |
![]() | |
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.