v2.0.0
Loading...
Searching...
No Matches
fwd_eeg_sphere_layer.cpp
Go to the documentation of this file.
1//=============================================================================================================
14
15//=============================================================================================================
16// INCLUDES
17//=============================================================================================================
18
20
21//=============================================================================================================
22// USED NAMESPACES
23//=============================================================================================================
24
25using namespace Eigen;
26using namespace FWDLIB;
27
28//=============================================================================================================
29// DEFINE MEMBER METHODS
30//=============================================================================================================
31
33: rad(0.0f)
34, rel_rad(0.0f)
35, sigma(0.0f)
36{
37}
38
39//=============================================================================================================
40
41//FwdEegSphereLayer::FwdEegSphereLayer(const FwdEegSphereLayer& p_FwdEegSphereLayer)
42//: rad(p_FwdEegSphereLayer.rad)
43//, rel_rad(p_FwdEegSphereLayer.rel_rad)
44//, sigma(p_FwdEegSphereLayer.sigma)
45//{
46//}
47
48//=============================================================================================================
49
Single concentric spherical shell (radius + conductivity) of a multi-layer EEG head model.
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition compute_fwd.h:83