MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Public Attributes | List of all members
DISPLIB::MNEOperator Class Reference

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< MNEOperatorSPtr
 
typedef QSharedPointer< const MNEOperatorConstSPtr
 

Public Member Functions

 MNEOperator (const MNEOperator &obj)
 
 MNEOperator (OperatorType type)
 
virtual ~MNEOperator ()
 

Public Attributes

enum DISPLIB::MNEOperator::OperatorType m_OperatorType
 
QString m_sName
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const MNEOperator> DISPLIB::MNEOperator::ConstSPtr

Const shared pointer type for MNEOperator.

Definition at line 83 of file mneoperator.h.

◆ SPtr

typedef QSharedPointer<MNEOperator> DISPLIB::MNEOperator::SPtr

Shared pointer type for MNEOperator.

Definition at line 82 of file mneoperator.h.

Constructor & Destructor Documentation

◆ ~MNEOperator()

MNEOperator::~MNEOperator ( )
virtual

Destructor

Definition at line 76 of file mneoperator.cpp.


The documentation for this class was generated from the following files: