CorticalCell Class

(lgnSimulator::CorticalCell)

The CorticalCell class. More...

Header: #include <CorticalCell>
Inherits: Neuron

Public Functions

CorticalCell(Integrator * const integrator, double backgroundResponse = 0, StaticNonlinearity * const staticNonlinearity = nullptr)
~CorticalCell()
void addRelayCell(Neuron * const neuron, const Kernel &kernell)
const Kernel *relayInputKernel() const

Reimplemented Public Functions

Detailed Description

The CorticalCell class.

Member Function Documentation

CorticalCell::CorticalCell(Integrator * const integrator, double backgroundResponse = 0, StaticNonlinearity * const staticNonlinearity = nullptr)

Default constructs an instance of CorticalCell.

CorticalCell::~CorticalCell()

Destroys the instance of CorticalCell.

void CorticalCell::addRelayCell(Neuron * const neuron, const Kernel &kernell)

[virtual] void CorticalCell::computeImpulseResponseFourierTransform()

const Kernel *CorticalCell::relayInputKernel() const