v2.0.0
Loading...
Searching...
No Matches
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
54namespace FWDLIB
55{
56
57//=============================================================================================================
64{
65public:
66
67 //=========================================================================================================
72
73 //=========================================================================================================
78
79 //=========================================================================================================
88 static bool comp_layers(const FwdEegSphereLayer& v1, const FwdEegSphereLayer& v2)
89 {
90 return v1.rad < v2.rad;
91 }
92
93public:
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
Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) librar...
#define FWDSHARED_EXPORT
Definition fwd_global.h:44
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition compute_fwd.h:83
static bool comp_layers(const FwdEegSphereLayer &v1, const FwdEegSphereLayer &v2)