MNE-CPP
beta 1.0
|
Public Member Functions | |
void | paint_residuum (MatrixXd residuum_matrix, QSize windowSize, qreal maxPos, qreal maxNeg) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
Definition at line 912 of file mainwindow.h.
void ResiduumWindow::paint_residuum | ( | MatrixXd | residuum_matrix, |
QSize | windowSize, | ||
qreal | maxPos, | ||
qreal | maxNeg | ||
) |
ResiduumWindow_paint_residuum
painting residuum after each iteration in butterfly plot
[in] | residuum_matrix | matrix of found residuums for each channel |
[in] | windowSize | size (height,width) of window |
[in] | maxPos | maximum value of residuum signal |
[in] | maxNeg | minimum value of residuum signal |
Definition at line 1193 of file mainwindow.cpp.