v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_msh_eyes.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef MNEMSHEYES_H
37
#define MNEMSHEYES_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include "
mne_global.h
"
44
45
//=============================================================================================================
46
// QT INCLUDES
47
//=============================================================================================================
48
49
#include <QSharedPointer>
50
#include <QString>
51
52
//=============================================================================================================
53
// DEFINE NAMESPACE MNELIB
54
//=============================================================================================================
55
56
namespace
MNELIB
57
{
58
59
//=============================================================================================================
65
class
MNESHARED_EXPORT
MNEMshEyes
66
{
67
public
:
68
typedef
QSharedPointer<MNEMshEyes>
SPtr
;
69
typedef
QSharedPointer<const MNEMshEyes>
ConstSPtr
;
70
71
//=========================================================================================================
75
MNEMshEyes
() =
default
;
76
77
//=========================================================================================================
81
~MNEMshEyes
() =
default
;
82
83
public
:
84
QString
name
;
85
float
left
[3] = {};
86
float
right
[3] = {};
87
float
left_up
[3] = {};
88
float
right_up
[3] = {};
89
};
90
91
//=============================================================================================================
92
// INLINE DEFINITIONS
93
//=============================================================================================================
94
}
// NAMESPACE MNELIB
95
96
#endif
// MNEMSHEYES_H
mne_global.h
mne library export/import macros.
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition
mne_global.h:52
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:63
MNELIB::MNEMshEyes::SPtr
QSharedPointer< MNEMshEyes > SPtr
Definition
mne_msh_eyes.h:68
MNELIB::MNEMshEyes::left
float left[3]
Definition
mne_msh_eyes.h:85
MNELIB::MNEMshEyes::left_up
float left_up[3]
Definition
mne_msh_eyes.h:87
MNELIB::MNEMshEyes::ConstSPtr
QSharedPointer< const MNEMshEyes > ConstSPtr
Definition
mne_msh_eyes.h:69
MNELIB::MNEMshEyes::right
float right[3]
Definition
mne_msh_eyes.h:86
MNELIB::MNEMshEyes::~MNEMshEyes
~MNEMshEyes()=default
MNELIB::MNEMshEyes::MNEMshEyes
MNEMshEyes()=default
MNELIB::MNEMshEyes::name
QString name
Definition
mne_msh_eyes.h:84
MNELIB::MNEMshEyes::right_up
float right_up[3]
Definition
mne_msh_eyes.h:88
Generated on
for MNE-CPP by
1.16.1