MNE-CPP
0.1.9
A Framework for Electrophysiology
Namespaces
Namespace List
API Reference
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
c
i
m
n
p
s
t
v
Properties
Related Functions
Files
File List
File Members
All
c
d
e
f
i
k
m
n
q
r
u
Functions
Variables
Macros
c
d
e
f
i
m
n
r
u
About
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Properties
Friends
Macros
Pages
src
libraries
mne
c
mne_msh_picked.h
Go to the documentation of this file.
1
//=============================================================================================================
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
;
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
MNELIB::MneMshPicked::SPtr
QSharedPointer< MneMshPicked > SPtr
Definition:
mne_msh_picked.h:75
MNELIB::MneMshPicked
The MneMshPicked class.
Definition:
mne_msh_picked.h:72
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition:
mne_global.h:56
MNELIB::MneMshPicked::ConstSPtr
QSharedPointer< const MneMshPicked > ConstSPtr
Definition:
mne_msh_picked.h:76
Generated on Wed Aug 9 2023 17:55:42 for MNE-CPP by
1.8.17