MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Visualizes ECD data. More...
#include <sourceestimateview.h>
Public Types | |
typedef QSharedPointer< SourceEstimateView > | SPtr |
typedef QSharedPointer< const SourceEstimateView > | ConstSPtr |
Public Types inherited from DISP3DLIB::AbstractView | |
typedef QSharedPointer< AbstractView > | SPtr |
typedef QSharedPointer< const AbstractView > | ConstSPtr |
Public Member Functions | |
SourceEstimateView (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
~SourceEstimateView () | |
MneDataTreeItem * | addData (const QString &sSubject, const QString &sMeasurementSetName, const MNELIB::MNESourceEstimate &tSourceEstimate, const MNELIB::MNEForwardSolution &tForwardSolution, const FSLIB::SurfaceSet &tSurfSet, const FSLIB::AnnotationSet &tAnnotSet) |
Public Member Functions inherited from DISP3DLIB::AbstractView | |
AbstractView (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
~AbstractView () | |
QSharedPointer< DISP3DLIB::View3D > | getView () |
QSharedPointer< DISPLIB::Control3DView > | getControlView () |
QSharedPointer< DISP3DLIB::Data3DTreeModel > | getTreeModel () |
QPointer< DISPLIB::QuickControlView > | getQuickControl () |
void | setQuickControlWidgets (const QList< QWidget * > &lControlWidgets) |
Additional Inherited Members | |
Protected Member Functions inherited from DISP3DLIB::AbstractView | |
void | createGUI () |
Protected Attributes inherited from DISP3DLIB::AbstractView | |
QSharedPointer< DISP3DLIB::View3D > | m_p3DView |
QSharedPointer< DISP3DLIB::Data3DTreeModel > | m_pData3DModel |
QSharedPointer< DISPLIB::Control3DView > | m_pControl3DView |
QPointer< DISPLIB::QuickControlView > | m_pQuickControlView |
Visualizes ECD data.
Adapter which provides visualization for MNE source estimate data and a control widget.
Definition at line 85 of file sourceestimateview.h.
typedef QSharedPointer<const SourceEstimateView> DISP3DLIB::SourceEstimateView::ConstSPtr |
Const shared pointer type for SourceEstimateView class.
Definition at line 91 of file sourceestimateview.h.
typedef QSharedPointer<SourceEstimateView> DISP3DLIB::SourceEstimateView::SPtr |
Shared pointer type for SourceEstimateView class.
Definition at line 90 of file sourceestimateview.h.
|
explicit |
Default constructor
Definition at line 66 of file sourceestimateview.cpp.
SourceEstimateView::~SourceEstimateView | ( | ) |
Default destructor
Definition at line 74 of file sourceestimateview.cpp.
MneDataTreeItem * SourceEstimateView::addData | ( | const QString & | sSubject, |
const QString & | sMeasurementSetName, | ||
const MNELIB::MNESourceEstimate & | tSourceEstimate, | ||
const MNELIB::MNEForwardSolution & | tForwardSolution, | ||
const FSLIB::SurfaceSet & | tSurfSet, | ||
const FSLIB::AnnotationSet & | tAnnotSet | ||
) |
Add data to the view
[in] | sSubject | The name of the subject. |
[in] | sMeasurementSetName | The name of the measurement set to which the data is to be added. If it does not exist yet, it will be created. |
[in] | tSourceEstimate | The MNESourceEstimate. |
[in] | tForwardSolution | The MNEForwardSolution. |
[in] | tSurfSet | The surface set holding the left and right hemisphere surfaces. |
[in] | tAnnotSet | The annotation set holding the left and right hemisphere annotations. |
Definition at line 80 of file sourceestimateview.cpp.