RelayCell Class

(lgnSimulator::RelayCell)

The RelayCell class. More...

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

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.

void RelayCell::addCorticalCell(Neuron * const neuron, const Kernel &kernel)

void RelayCell::addGanglionCell(Neuron * const neuron, const Kernel &kernel)

[virtual] void RelayCell::computeImpulseResponseFourierTransform()

vector<Input> RelayCell::corticalNeurons() const

vector<Input> RelayCell::ganglionCells() const