|
SpikeStream Application Library
0.2
|
#include <SpikeRasterDialog.h>
Public Member Functions | |
| SpikeRasterDialog (QList< NeuronGroup * > neuronGroupList, QWidget *parent=0) | |
| ~SpikeRasterDialog () | |
| void | addData (const QList< unsigned > &firingNeuronIDs, unsigned timeStep) |
Definition at line 13 of file SpikeRasterDialog.h.
| SpikeRasterDialog::SpikeRasterDialog | ( | QList< NeuronGroup * > | neuronGroupList, |
| QWidget * | parent = 0 |
||
| ) |
Constructor
Definition at line 13 of file SpikeRasterDialog.cpp.
Destructor
Definition at line 37 of file SpikeRasterDialog.cpp.
| void SpikeRasterDialog::addData | ( | const QList< unsigned > & | firingNeuronIDs, |
| unsigned | timeStep | ||
| ) |
Adds firing neuron data and replots the spike raster.
Definition at line 59 of file SpikeRasterDialog.cpp.