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_surface_old.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef MNESURFACEOLD_H
38
#define MNESURFACEOLD_H
39
40
//=============================================================================================================
41
// INCLUDES
42
//=============================================================================================================
43
44
#include "../mne_global.h"
45
#include "
mne_surface_or_volume.h
"
46
47
//=============================================================================================================
48
// EIGEN INCLUDES
49
//=============================================================================================================
50
51
#include <Eigen/Core>
52
53
//=============================================================================================================
54
// QT INCLUDES
55
//=============================================================================================================
56
57
#include <QSharedPointer>
58
59
//=============================================================================================================
60
// DEFINE NAMESPACE MNELIB
61
//=============================================================================================================
62
63
namespace
MNELIB
64
{
65
66
//=============================================================================================================
67
// FORWARD DECLARATIONS
68
//=============================================================================================================
69
70
//=============================================================================================================
76
class
MNESHARED_EXPORT
MneSurfaceOld
:
public
MneSurfaceOrVolume
77
{
78
public
:
79
typedef
QSharedPointer<MneSurfaceOld>
SPtr
;
80
typedef
QSharedPointer<const MneSurfaceOld>
ConstSPtr
;
82
//=========================================================================================================
86
MneSurfaceOld
();
87
88
//=========================================================================================================
93
~
MneSurfaceOld
();
94
95
public
:
96
97
// ### OLD STRUCT ###
98
};
99
100
//=============================================================================================================
101
// INLINE DEFINITIONS
102
//=============================================================================================================
103
}
// NAMESPACE MNELIB
104
105
#endif // MNESURFACEOLD_H
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition:
mne_global.h:56
mne_surface_or_volume.h
MNE Surface or Volume (MneSurfaceOrVolume) class declaration.
MNELIB::MneSurfaceOrVolume
This defines a source space or a surface.
Definition:
mne_surface_or_volume.h:113
MNELIB::MneSurfaceOld::SPtr
QSharedPointer< MneSurfaceOld > SPtr
Definition:
mne_surface_old.h:79
MNELIB::MneSurfaceOld::ConstSPtr
QSharedPointer< const MneSurfaceOld > ConstSPtr
Definition:
mne_surface_old.h:80
MNELIB::MneSurfaceOld
This defines a surface.
Definition:
mne_surface_old.h:76
Generated on Wed Aug 9 2023 17:55:42 for MNE-CPP by
1.8.17