v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_msh_eyes.h
Go to the documentation of this file.
1
//=============================================================================================================
16
17
#ifndef MNEMSHEYES_H
18
#define MNEMSHEYES_H
19
20
//=============================================================================================================
21
// INCLUDES
22
//=============================================================================================================
23
24
#include "
mne_global.h
"
25
26
//=============================================================================================================
27
// QT INCLUDES
28
//=============================================================================================================
29
30
#include <QSharedPointer>
31
#include <QString>
32
33
//=============================================================================================================
34
// DEFINE NAMESPACE MNELIB
35
//=============================================================================================================
36
37
namespace
MNELIB
38
{
39
40
//=============================================================================================================
46
class
MNESHARED_EXPORT
MNEMshEyes
47
{
48
public
:
49
typedef
QSharedPointer<MNEMshEyes>
SPtr
;
50
typedef
QSharedPointer<const MNEMshEyes>
ConstSPtr
;
51
52
//=========================================================================================================
56
MNEMshEyes
() =
default
;
57
58
//=========================================================================================================
62
~MNEMshEyes
() =
default
;
63
64
public
:
65
QString
name
;
66
float
left
[3] = {};
67
float
right
[3] = {};
68
float
left_up
[3] = {};
69
float
right_up
[3] = {};
70
};
71
72
//=============================================================================================================
73
// INLINE DEFINITIONS
74
//=============================================================================================================
75
}
// NAMESPACE MNELIB
76
77
#endif
// MNEMSHEYES_H
mne_global.h
MNELIB shared-library export/import macros and library build metadata.
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition
mne_global.h:40
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:58
MNELIB::MNEMshEyes::SPtr
QSharedPointer< MNEMshEyes > SPtr
Definition
mne_msh_eyes.h:49
MNELIB::MNEMshEyes::left
float left[3]
Definition
mne_msh_eyes.h:66
MNELIB::MNEMshEyes::left_up
float left_up[3]
Definition
mne_msh_eyes.h:68
MNELIB::MNEMshEyes::ConstSPtr
QSharedPointer< const MNEMshEyes > ConstSPtr
Definition
mne_msh_eyes.h:50
MNELIB::MNEMshEyes::right
float right[3]
Definition
mne_msh_eyes.h:67
MNELIB::MNEMshEyes::~MNEMshEyes
~MNEMshEyes()=default
MNELIB::MNEMshEyes::MNEMshEyes
MNEMshEyes()=default
MNELIB::MNEMshEyes::name
QString name
Definition
mne_msh_eyes.h:65
MNELIB::MNEMshEyes::right_up
float right_up[3]
Definition
mne_msh_eyes.h:69
Generated on
for MNE-CPP by
1.16.1