RelayCell Class
(lgnSimulator::RelayCell)| Header: | #include <RelayCell> | 
| Inherits: | Neuron | 
Public Functions
| RelayCell(Integrator * const integrator, double backgroundResponse = 0) | |
| ~RelayCell() | |
| void | addCorticalCell(Neuron * const neuron, const Kernel &kernel) | 
| void | addGanglionCell(Neuron * const neuron, const Kernel &kernel) | 
| vector<Input> | corticalNeurons() const | 
| vector<Input> | ganglionCells() const | 
Reimplemented Public Functions
| virtual void | computeImpulseResponseFourierTransform() | 
- 13 public functions inherited from lgnSimulator::Neuron
 
Detailed Description
The RelayCell class.
Member Function Documentation
RelayCell::RelayCell(Integrator * const integrator, double backgroundResponse = 0)
Default constructs an instance of RelayCell.
RelayCell::~RelayCell()
Destroys the instance of RelayCell.