RateEngine Class
The RateEngine class is a common engine used RatePlot. More...
| Header: | #include <RateEngine>
|
| Inherits: | NodeEngine. |
Properties
Public Functions
Public Slots
Signals
Reimplemented Protected Functions
Property Documentation
firingRate : double
Access functions:
| double | firingRate() const |
| void | setFiringRate(double firingRate) |
Notifier signal:
| void | firingRateChanged(double firingRate) |
neuronCount : int
Access functions:
| int | neuronCount() const |
| void | setNeuronCount(int neuronCount) |
Notifier signal:
| void | neuronCountChanged(int neuronCount) |
temporalResolution : double
Access functions:
| double | temporalResolution() const |
| void | setTemporalResolution(double temporalResolution) |
Notifier signal:
| void | temporalResolutionChanged(double temporalResolution) |
windowDuration : double
Access functions:
| double | windowDuration() const |
| void | setWindowDuration(double windowDuration) |
Notifier signal:
| void | windowDurationChanged(double windowDuration) |
Member Function Documentation
RateEngine::RateEngine(QQuickItem * parent = 0)
[virtual protected] void RateEngine::receiveFireEvent(double fireOutput, NodeEngine * sender)
[virtual protected] void RateEngine::stepEvent(double dt, bool parentEnabled)