#include <inputValue.h>
|
| External (double dt, unsigned int numNeurons, const pugi::xml_node &node) |
|
virtual void | update (double dt, unsigned long long timestep, std::function< void(unsigned int, double)> applyValueFunc) final |
|
std::vector< double >::iterator | getBufferBegin () |
|
std::vector< double >::iterator | getBufferEnd () |
|
virtual | ~Base () |
|
◆ External()
SpineMLSimulator::InputValue::External::External |
( |
double |
dt, |
|
|
unsigned int |
numNeurons, |
|
|
const pugi::xml_node & |
node |
|
) |
| |
◆ getBuffer()
std::vector<double>& SpineMLSimulator::InputValue::External::getBuffer |
( |
| ) |
|
|
inlineprotected |
◆ getBufferBegin()
std::vector<double>::iterator SpineMLSimulator::InputValue::External::getBufferBegin |
( |
| ) |
|
|
inline |
◆ getBufferEnd()
std::vector<double>::iterator SpineMLSimulator::InputValue::External::getBufferEnd |
( |
| ) |
|
|
inline |
◆ getSize()
unsigned int SpineMLSimulator::InputValue::External::getSize |
( |
| ) |
const |
|
inlineprotected |
◆ update()
void SpineMLSimulator::InputValue::External::update |
( |
double |
dt, |
|
|
unsigned long long |
timestep, |
|
|
std::function< void(unsigned int, double)> |
applyValueFunc |
|
) |
| |
|
finalvirtual |
◆ updateInternal()
virtual void SpineMLSimulator::InputValue::External::updateInternal |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following files: