#include <Neuron.h>
Inheritance diagram for Teem::InputNeuron:

Public Member Functions | |
| virtual void | update (double dt=1.0) |
| Update status of the neuron according to incoming synapse.. | |
| virtual void | commit () |
| Commit state to lastSpike and lastCurrent. | |
| virtual void | setParams (const std::string ¶m, double value) |
| Set parameters. Should be overriden by subclasses to handle more parameters. | |
| virtual void | setInputValue (double value)=0 |
| Set the input value. | |
1.4.2