SpikeStream Nemo Plugin
0.2
|
#include <RasterView.h>
Public Member Functions | |
RasterView (RasterModel *rasterModel, QWidget *parent) | |
~RasterView () | |
void | printPlot () |
void | rescale () |
Displays a spike raster using the supplied data.
Definition at line 15 of file RasterView.h.
RasterView::RasterView | ( | RasterModel * | rasterModel, |
QWidget * | parent | ||
) |
Constructor
Definition at line 13 of file RasterView.cpp.
Destructor
Definition at line 57 of file RasterView.cpp.
void RasterView::printPlot | ( | ) |
Prints the plot to a pdf file FIXME: THIS PROBABLY DOESN'T WORK.
Definition at line 74 of file RasterView.cpp.
void RasterView::rescale | ( | ) |
Rescales the plot
Definition at line 66 of file RasterView.cpp.