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