v2.0.0
Loading...
Searching...
No Matches
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
37namespace MNELIB
38{
39
40//=============================================================================================================
47{
48public:
49 typedef QSharedPointer<MNEMshEyes> SPtr;
50 typedef QSharedPointer<const MNEMshEyes> ConstSPtr;
51
52 //=========================================================================================================
56 MNEMshEyes() = default;
57
58 //=========================================================================================================
62 ~MNEMshEyes() = default;
63
64public:
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
MNELIB shared-library export/import macros and library build metadata.
#define MNESHARED_EXPORT
Definition mne_global.h:40
Core MNE data structures (source spaces, source estimates, hemispheres).
QSharedPointer< MNEMshEyes > SPtr
QSharedPointer< const MNEMshEyes > ConstSPtr
~MNEMshEyes()=default
MNEMshEyes()=default