|
|||||||||||||||||
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
AnalogNeuron Class Reference#include <analogneuron.h>
Inheritance diagram for AnalogNeuron: Detailed DescriptionBase class for all analog neurons.
The delays of post-neuron synapses are implemented via a single queue (class Queue) in the neuron itself to avoid storing the same data several times. A class derived from AnalogNeuron must store its membrane potential which is usually calculated during nextstate() in the variable Vm. The method output() of the neuron calls putInQueue() and then getFromQueue() for each of its post-neur synapses with the correct delay
Public Attributes
Protected Attributes
Private Member Functions
Private Attributes
ClassesMember Function Documentation
Member Data Documentation
| |||||||||||||||||
(C) 2003, Thomas Natschläger | last modified 07/10/2006 |