v2.0.0
Loading...
Searching...
No Matches
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
56namespace MNELIB
57{
58
59//=============================================================================================================
66{
67public:
68 typedef QSharedPointer<MNEMshEyes> SPtr;
69 typedef QSharedPointer<const MNEMshEyes> ConstSPtr;
70
71 //=========================================================================================================
75 MNEMshEyes() = default;
76
77 //=========================================================================================================
81 ~MNEMshEyes() = default;
82
83public:
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 library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
QSharedPointer< MNEMshEyes > SPtr
QSharedPointer< const MNEMshEyes > ConstSPtr
~MNEMshEyes()=default
MNEMshEyes()=default