v2.0.0
Loading...
Searching...
No Matches
mneoperator.cpp
Go to the documentation of this file.
1//=============================================================================================================
35
36//=============================================================================================================
37// INCLUDES
38//=============================================================================================================
39
40#include "mneoperator.h"
41
42//=============================================================================================================
43// USED NAMESPACES
44//=============================================================================================================
45
46using namespace DISPLIB;
47
48//=============================================================================================================
49// DEFINE MEMBER METHODS
50//=============================================================================================================
51
57
58//=============================================================================================================
59
65
66//=============================================================================================================
67
69: m_OperatorType(type)
70, m_sName("unknown")
71{
72}
73
74//=============================================================================================================
75
Declaration of the MNEOperator Class.
2-D display widgets and visualisation helpers (charts, topography, colour maps).
enum DISPLIB::MNEOperator::OperatorType m_OperatorType