#include <input.h>
|
virtual | ~Base () |
|
virtual void | apply (double dt, unsigned long long timestep)=0 |
|
|
| Base (double dt, const pugi::xml_node &node, std::unique_ptr< InputValue::Base > value) |
|
bool | shouldApply (unsigned long long timestep) const |
|
void | updateValues (double dt, unsigned long long timestep, std::function< void(unsigned int, double)> applyValueFunc) const |
|
◆ ~Base()
SpineMLSimulator::Input::Base::~Base |
( |
| ) |
|
|
virtual |
◆ Base()
SpineMLSimulator::Input::Base::Base |
( |
double |
dt, |
|
|
const pugi::xml_node & |
node, |
|
|
std::unique_ptr< InputValue::Base > |
value |
|
) |
| |
|
protected |
◆ apply()
virtual void SpineMLSimulator::Input::Base::apply |
( |
double |
dt, |
|
|
unsigned long long |
timestep |
|
) |
| |
|
pure virtual |
◆ shouldApply()
bool SpineMLSimulator::Input::Base::shouldApply |
( |
unsigned long long |
timestep | ) |
const |
|
inlineprotected |
◆ updateValues()
void SpineMLSimulator::Input::Base::updateValues |
( |
double |
dt, |
|
|
unsigned long long |
timestep, |
|
|
std::function< void(unsigned int, double)> |
applyValueFunc |
|
) |
| const |
|
protected |
The documentation for this class was generated from the following files: