|
CellModules
|
#include <Model.hpp>
Public Member Functions | |
| Protocol () | |
| Protocol (std::vector< std::vector< double > > _data) | |
| template<class World > | |
| double | getValue (World &w) |
Public Attributes | |
| double | defaultValue = 0 |
| double | currentValue |
| int | currentStep = -1 |
| int | i = 0 |
| std::vector< std::vector< double > > | data |
|
inline |
| std::vector<std::vector<double> > Protocol::data |