MNE-CPP
beta 1.0
|
The MNE class provides a dummy algorithm structure. More...
#include <mne.h>
Signals | |
void | clusteringStarted () |
void | clusteringFinished () |
Public Member Functions | |
MNE () | |
~MNE () | |
virtual QSharedPointer< IPlugin > | clone () const |
void | init () |
virtual void | unload () |
void | calcFiffInfo () |
void | doClustering () |
void | finishedClustering () |
virtual bool | start () |
virtual bool | stop () |
virtual IPlugin::PluginType | getType () const |
virtual QString | getName () const |
virtual QWidget * | setupWidget () |
void | updateRTC (XMEASLIB::NewMeasurement::SPtr pMeasurement) |
void | updateRTE (XMEASLIB::NewMeasurement::SPtr pMeasurement) |
void | updateInvOp (MNEInverseOperator::SPtr p_pInvOp) |
![]() | |
virtual | ~IAlgorithm () |
virtual bool | multiInstanceAllowed () const |
![]() | |
virtual | ~IPlugin () |
QList< QAction * > | getPluginActions () |
InputConnectorList & | getInputConnectors () |
OutputConnectorList & | getOutputConnectors () |
Protected Member Functions | |
virtual void | run () |
![]() | |
void | addPluginAction (QAction *pAction) |
Additional Inherited Members | |
![]() | |
typedef QSharedPointer< IAlgorithm > | SPtr |
typedef QSharedPointer< const IAlgorithm > | ConstSPtr |
![]() | |
enum | PluginType { _ISensor, _IAlgorithm, _IIO, _PluginSet } |
typedef QSharedPointer< IPlugin > | SPtr |
typedef QSharedPointer< const IPlugin > | ConstSPtr |
typedef QVector< QSharedPointer< PluginInputConnector > > | InputConnectorList |
typedef QVector< QSharedPointer< PluginOutputConnector > > | OutputConnectorList |
![]() | |
InputConnectorList | m_inputConnectors |
OutputConnectorList | m_outputConnectors |
|
virtual |
|
signal |
Signal when clsutering has finished
|
signal |
Signal when clsutering is started
|
virtual |
Returns the plugin name. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
|
virtual |
Returns the plugin type. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
|
virtual |
|
protectedvirtual |
The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread
Implements MNEX::IAlgorithm.
|
virtual |
Returns the set up widget for configuration of IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
|
virtual |
Starts the IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
|
virtual |
Stops the IAlgorithm. Pure virtual method inherited by IPlugin.
Implements MNEX::IAlgorithm.
|
virtual |
Is called when plugin is detached of the stage. Can be used to safe settings.
Implements MNEX::IAlgorithm.
void MNE::updateInvOp | ( | MNEInverseOperator::SPtr | p_pInvOp | ) |
void MNE::updateRTC | ( | XMEASLIB::NewMeasurement::SPtr | pMeasurement | ) |
void MNE::updateRTE | ( | XMEASLIB::NewMeasurement::SPtr | pMeasurement | ) |