GanglionCell Class
(lgnSimulator::GanglionCell)The GanglionCell class. More...
| Header: | #include <GanglionCell> | 
| Inherits: | Neuron | 
Public Functions
| GanglionCell(Integrator * const integrator, const Kernel &kernel, const double backgroundResponse = 0, StaticNonlinearity *staticNonlinearity = nullptr) | |
| ~GanglionCell() | 
Reimplemented Public Functions
| virtual void | computeImpulseResponse() | 
| virtual void | computeImpulseResponseFourierTransform() | 
- 13 public functions inherited from lgnSimulator::Neuron
 
Detailed Description
The GanglionCell class.
Member Function Documentation
GanglionCell::GanglionCell(Integrator * const integrator, const Kernel &kernel, const double backgroundResponse = 0, StaticNonlinearity *staticNonlinearity = nullptr)
Default constructs an instance of GanglionCell.
GanglionCell::~GanglionCell()
Destroys the instance of GanglionCell.