v2.0.0
Loading...
Searching...
No Matches
fwd_eeg_sphere_layer.cpp
Go to the documentation of this file.
1
2//=============================================================================================================
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
43
44//=============================================================================================================
45// USED NAMESPACES
46//=============================================================================================================
47
48using namespace Eigen;
49using namespace FWDLIB;
50
51//=============================================================================================================
52// DEFINE MEMBER METHODS
53//=============================================================================================================
54
56: rad(0.0f)
57, rel_rad(0.0f)
58, sigma(0.0f)
59{
60}
61
62//=============================================================================================================
63
64//FwdEegSphereLayer::FwdEegSphereLayer(const FwdEegSphereLayer& p_FwdEegSphereLayer)
65//: rad(p_FwdEegSphereLayer.rad)
66//, rel_rad(p_FwdEegSphereLayer.rel_rad)
67//, sigma(p_FwdEegSphereLayer.sigma)
68//{
69//}
70
71//=============================================================================================================
72
FwdEegSphereLayer class declaration.
Forward modelling (BEM, MEG/EEG lead fields).
Definition compute_fwd.h:95