v2.0.0
Loading...
Searching...
No Matches
mneoperator.cpp
Go to the documentation of this file.
1//=============================================================================================================
14
15//=============================================================================================================
16// INCLUDES
17//=============================================================================================================
18
19#include "mneoperator.h"
20
21//=============================================================================================================
22// USED NAMESPACES
23//=============================================================================================================
24
25using namespace DISPLIB;
26
27//=============================================================================================================
28// DEFINE MEMBER METHODS
29//=============================================================================================================
30
36
37//=============================================================================================================
38
44
45//=============================================================================================================
46
48: m_OperatorType(type)
49, m_sName("unknown")
50{
51}
52
53//=============================================================================================================
54
Light-weight wrapper describing one MNE pre-processing operator (FIR, SSP, compensation) inside a mod...
2-D display widgets and visualisation helpers (charts, topography, colour maps).
enum DISPLIB::MNEOperator::OperatorType m_OperatorType