#include <inputValue.h>
|
| | ScalarBase (unsigned int numNeurons, const pugi::xml_node &node) |
| |
| void | applyScalar (double value, std::function< void(unsigned int, double)> applyValueFunc) const |
| |
| | Base (unsigned int numNeurons, const pugi::xml_node &node) |
| |
| const std::vector< unsigned int > & | getTargetIndices () const |
| |
| unsigned int | getNumNeurons () const |
| |
|
| virtual | ~Base () |
| |
| virtual void | update (double dt, unsigned long long timestep, std::function< void(unsigned int, double)> applyValueFunc)=0 |
| |
◆ ScalarBase()
| SpineMLSimulator::InputValue::ScalarBase::ScalarBase |
( |
unsigned int |
numNeurons, |
|
|
const pugi::xml_node & |
node |
|
) |
| |
|
inlineprotected |
◆ applyScalar()
| void SpineMLSimulator::InputValue::ScalarBase::applyScalar |
( |
double |
value, |
|
|
std::function< void(unsigned int, double)> |
applyValueFunc |
|
) |
| const |
|
protected |
The documentation for this class was generated from the following files: