MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
fwd_eeg_sphere_layer.cpp
Go to the documentation of this file.
1
2//=============================================================================================================
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.