v2.0.0
Loading...
Searching...
No Matches
mne_msh_picked.h
Go to the documentation of this file.
1//=============================================================================================================
17
18#ifndef MNEMSHPICKED_H
19#define MNEMSHPICKED_H
20
21//=============================================================================================================
22// INCLUDES
23//=============================================================================================================
24
25#include "mne_global.h"
26
27//=============================================================================================================
28// EIGEN INCLUDES
29//=============================================================================================================
30
31//=============================================================================================================
32// QT INCLUDES
33//=============================================================================================================
34
35#include <QSharedPointer>
36
37//=============================================================================================================
38// DEFINE NAMESPACE MNELIB
39//=============================================================================================================
40
41namespace MNELIB
42{
43
44//=============================================================================================================
45// FORWARD DECLARATIONS
46//=============================================================================================================
47
48//=============================================================================================================
55{
56public:
57 typedef QSharedPointer<MNEMshPicked> SPtr;
58 typedef QSharedPointer<const MNEMshPicked> ConstSPtr;
59
60 //=========================================================================================================
65
66 //=========================================================================================================
71
72public:
73 int vert; /* Vertex # */
74 bool sparse; /* Is this a isolated point? */
75
76// ### OLD STRUCT ###
77// typedef struct {
78// int vert; /* Vertex # */
79// int sparse; /* Is this a isolated point? */
80// } *mshPicked,mshPickedRec;
81};
82
83//=============================================================================================================
84// INLINE DEFINITIONS
85//=============================================================================================================
86} // NAMESPACE MNELIB
87
88#endif // MNEMSHPICKED_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< const MNEMshPicked > ConstSPtr
QSharedPointer< MNEMshPicked > SPtr