MNE-CPP
0.1.9
A Framework for Electrophysiology
|
MNEOperator class represents the base class of an arbitrary MNEOperator, e.g. FILTER,PCA,AVERAGE. All specific Operators must be derived from MNEOperator, see the FilterOperator class. More...
#include <mneoperator.h>
Public Types | |
enum | OperatorType { FILTER, PCA, AVERAGE, UNKNOWN } |
typedef QSharedPointer< MNEOperator > | SPtr |
typedef QSharedPointer< const MNEOperator > | ConstSPtr |
Public Member Functions | |
MNEOperator (const MNEOperator &obj) | |
MNEOperator (OperatorType type) | |
virtual | ~MNEOperator () |
Public Attributes | |
enum DISPLIB::MNEOperator::OperatorType | m_OperatorType |
QString | m_sName |
MNEOperator class represents the base class of an arbitrary MNEOperator, e.g. FILTER,PCA,AVERAGE. All specific Operators must be derived from MNEOperator, see the FilterOperator class.
DECLARE CLASS MNEOperator
Definition at line 78 of file mneoperator.h.
typedef QSharedPointer<const MNEOperator> DISPLIB::MNEOperator::ConstSPtr |
Const shared pointer type for MNEOperator.
Definition at line 83 of file mneoperator.h.
typedef QSharedPointer<MNEOperator> DISPLIB::MNEOperator::SPtr |
Shared pointer type for MNEOperator.
Definition at line 82 of file mneoperator.h.
|
virtual |
Destructor
Definition at line 76 of file mneoperator.cpp.