v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_msh_picked.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef MNEMSHPICKED_H
37
#define MNEMSHPICKED_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include "
mne_global.h
"
44
45
//=============================================================================================================
46
// EIGEN INCLUDES
47
//=============================================================================================================
48
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QSharedPointer>
54
55
//=============================================================================================================
56
// DEFINE NAMESPACE MNELIB
57
//=============================================================================================================
58
59
namespace
MNELIB
60
{
61
62
//=============================================================================================================
63
// FORWARD DECLARATIONS
64
//=============================================================================================================
65
66
//=============================================================================================================
72
class
MNESHARED_EXPORT
MNEMshPicked
73
{
74
public
:
75
typedef
QSharedPointer<MNEMshPicked>
SPtr
;
76
typedef
QSharedPointer<const MNEMshPicked>
ConstSPtr
;
77
78
//=========================================================================================================
82
MNEMshPicked
();
83
84
//=========================================================================================================
88
~MNEMshPicked
();
89
90
public
:
91
int
vert
;
/* Vertex # */
92
int
sparse
;
/* Is this a isolated point? */
93
94
// ### OLD STRUCT ###
95
// typedef struct {
96
// int vert; /* Vertex # */
97
// int sparse; /* Is this a isolated point? */
98
// } *mshPicked,mshPickedRec;
99
};
100
101
//=============================================================================================================
102
// INLINE DEFINITIONS
103
//=============================================================================================================
104
}
// NAMESPACE MNELIB
105
106
#endif
// MNEMSHPICKED_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::MNEMshPicked::sparse
int sparse
Definition
mne_msh_picked.h:92
MNELIB::MNEMshPicked::ConstSPtr
QSharedPointer< const MNEMshPicked > ConstSPtr
Definition
mne_msh_picked.h:76
MNELIB::MNEMshPicked::MNEMshPicked
MNEMshPicked()
Definition
mne_msh_picked.cpp:52
MNELIB::MNEMshPicked::SPtr
QSharedPointer< MNEMshPicked > SPtr
Definition
mne_msh_picked.h:75
MNELIB::MNEMshPicked::vert
int vert
Definition
mne_msh_picked.h:91
Generated on
for MNE-CPP by
1.16.1