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_source_space_old.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef MNESOURCESPACEOLD_H
38
#define MNESOURCESPACEOLD_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
MneSourceSpaceOld
:
public
MneSurfaceOrVolume
77
{
78
public
:
79
typedef
QSharedPointer<MneSourceSpaceOld>
SPtr
;
80
typedef
QSharedPointer<const MneSourceSpaceOld>
ConstSPtr
;
82
//=========================================================================================================
86
MneSourceSpaceOld
(
int
np = 0);
87
88
//=========================================================================================================
92
~
MneSourceSpaceOld
();
93
94
public
:
95
96
// ### OLD STRUCT ###
97
};
98
99
//=============================================================================================================
100
// INLINE DEFINITIONS
101
//=============================================================================================================
102
}
// NAMESPACE MNELIB
103
104
#endif // MNESOURCESPACEOLD_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::MneSourceSpaceOld::SPtr
QSharedPointer< MneSourceSpaceOld > SPtr
Definition:
mne_source_space_old.h:79
MNELIB::MneSourceSpaceOld::ConstSPtr
QSharedPointer< const MneSourceSpaceOld > ConstSPtr
Definition:
mne_source_space_old.h:80
MNELIB::MneSourceSpaceOld
This defines a source space.
Definition:
mne_source_space_old.h:76
Generated on Wed Aug 9 2023 17:55:42 for MNE-CPP by
1.8.17