v2.0.0
Loading...
Searching...
No Matches
src
libraries
disp
viewers
helpers
mneoperator.h
Go to the documentation of this file.
1
//=============================================================================================================
20
21
#ifndef MNEOPERATOR_H
22
#define MNEOPERATOR_H
23
24
//=============================================================================================================
25
// INCLUDES
26
//=============================================================================================================
27
28
#include "
../../disp_global.h
"
29
30
//=============================================================================================================
31
// QT INCLUDES
32
//=============================================================================================================
33
34
#include <QString>
35
#include <QSharedPointer>
36
37
//=============================================================================================================
38
// EIGEN INCLUDES
39
//=============================================================================================================
40
41
//=============================================================================================================
42
// FORWARD DECLARATIONS
43
//=============================================================================================================
44
45
//=============================================================================================================
46
// DEFINE NAMESPACE DISPLIB
47
//=============================================================================================================
48
49
namespace
DISPLIB
50
{
51
52
//=============================================================================================================
53
// DISPLIB FORWARD DECLARATIONS
54
//=============================================================================================================
55
56
//=============================================================================================================
64
class
DISPSHARED_EXPORT
MNEOperator
65
{
66
67
public
:
68
typedef
QSharedPointer<MNEOperator>
SPtr
;
69
typedef
QSharedPointer<const MNEOperator>
ConstSPtr
;
70
71
enum
OperatorType
{
72
FILTER
,
73
PCA
,
74
AVERAGE
,
75
UNKNOWN
76
} m_OperatorType;
77
78
MNEOperator
();
79
80
MNEOperator
(
const
MNEOperator
& obj);
81
82
MNEOperator
(OperatorType type);
83
84
//=========================================================================================================
88
virtual
~MNEOperator
();
89
90
QString
m_sName
;
91
};
92
}
// NAMESPACE DISPLIB
93
94
#endif
// MNEOPERATOR_H
disp_global.h
Export macros and build-info hooks for the DISPLIB shared library.
DISPSHARED_EXPORT
#define DISPSHARED_EXPORT
Definition
disp_global.h:38
DISPLIB
2-D display widgets and visualisation helpers (charts, topography, colour maps).
DISPLIB::MNEOperator
Light-weight wrapper describing one MNE pre-processing operator (FIR / SSP / compensation).
Definition
mneoperator.h:65
DISPLIB::MNEOperator::OperatorType
OperatorType
Definition
mneoperator.h:71
DISPLIB::MNEOperator::FILTER
@ FILTER
Definition
mneoperator.h:72
DISPLIB::MNEOperator::UNKNOWN
@ UNKNOWN
Definition
mneoperator.h:75
DISPLIB::MNEOperator::AVERAGE
@ AVERAGE
Definition
mneoperator.h:74
DISPLIB::MNEOperator::PCA
@ PCA
Definition
mneoperator.h:73
DISPLIB::MNEOperator::SPtr
QSharedPointer< MNEOperator > SPtr
Definition
mneoperator.h:68
DISPLIB::MNEOperator::MNEOperator
MNEOperator()
Definition
mneoperator.cpp:31
DISPLIB::MNEOperator::ConstSPtr
QSharedPointer< const MNEOperator > ConstSPtr
Definition
mneoperator.h:69
DISPLIB::MNEOperator::m_sName
QString m_sName
Definition
mneoperator.h:90
Generated on
for MNE-CPP by
1.16.1