v2.0.0
Loading...
Searching...
No Matches
src
libraries
fwd
fwd_eeg_sphere_layer.h
Go to the documentation of this file.
1
//=============================================================================================================
28
29
#ifndef FWD_EEG_SPHERE_LAYER_H
30
#define FWD_EEG_SPHERE_LAYER_H
31
32
//=============================================================================================================
33
// INCLUDES
34
//=============================================================================================================
35
36
#include "
fwd_global.h
"
37
38
//=============================================================================================================
39
// EIGEN INCLUDES
40
//=============================================================================================================
41
42
#include <Eigen/Core>
43
44
//=============================================================================================================
45
// QT INCLUDES
46
//=============================================================================================================
47
48
#include <QDebug>
49
50
//=============================================================================================================
51
// DEFINE NAMESPACE FWDLIB
52
//=============================================================================================================
53
54
namespace
FWDLIB
55
{
56
57
//=============================================================================================================
63
class
FWDSHARED_EXPORT
FwdEegSphereLayer
64
{
65
public
:
66
67
//=========================================================================================================
71
FwdEegSphereLayer
();
72
73
//=========================================================================================================
77
~FwdEegSphereLayer
();
78
79
//=========================================================================================================
88
static
bool
comp_layers
(
const
FwdEegSphereLayer
& v1,
const
FwdEegSphereLayer
& v2)
89
{
90
return
v1.
rad
< v2.
rad
;
91
}
92
93
public
:
94
float
rad
;
95
float
rel_rad
;
96
float
sigma
;
97
};
98
99
//=============================================================================================================
100
// INLINE DEFINITIONS
101
//=============================================================================================================
102
}
// NAMESPACE FWDLIB
103
104
#endif
// FWD_EEG_SPHERE_LAYER_H
fwd_global.h
Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) librar...
FWDSHARED_EXPORT
#define FWDSHARED_EXPORT
Definition
fwd_global.h:44
FWDLIB
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition
compute_fwd.h:83
FWDLIB::FwdEegSphereLayer::rad
float rad
Definition
fwd_eeg_sphere_layer.h:94
FWDLIB::FwdEegSphereLayer::sigma
float sigma
Definition
fwd_eeg_sphere_layer.h:96
FWDLIB::FwdEegSphereLayer::comp_layers
static bool comp_layers(const FwdEegSphereLayer &v1, const FwdEegSphereLayer &v2)
Definition
fwd_eeg_sphere_layer.h:88
FWDLIB::FwdEegSphereLayer::rel_rad
float rel_rad
Definition
fwd_eeg_sphere_layer.h:95
FWDLIB::FwdEegSphereLayer::FwdEegSphereLayer
FwdEegSphereLayer()
Definition
fwd_eeg_sphere_layer.cpp:32
Generated on
for MNE-CPP by
1.16.1