v2.0.0
Loading...
Searching...
No Matches
src
libraries
fwd
fwd_bem_solution.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
fwd_bem_solution.h
"
42
43
//=============================================================================================================
44
// USED NAMESPACES
45
//=============================================================================================================
46
47
using namespace
Eigen;
48
using namespace
FWDLIB
;
49
50
//=============================================================================================================
51
// DEFINE MEMBER METHODS
52
//=============================================================================================================
53
54
FwdBemSolution::FwdBemSolution
()
55
:
ncoil
(0)
56
,
np
(0)
57
{
58
}
59
60
//=============================================================================================================
61
62
FwdBemSolution::~FwdBemSolution
()
63
{
64
}
fwd_bem_solution.h
FwdBemSolution class declaration.
FWDLIB
Forward modelling (BEM, MEG/EEG lead fields).
Definition
compute_fwd.h:91
FWDLIB::FwdBemSolution::ncoil
int ncoil
Definition
fwd_bem_solution.h:90
FWDLIB::FwdBemSolution::np
int np
Definition
fwd_bem_solution.h:91
FWDLIB::FwdBemSolution::FwdBemSolution
FwdBemSolution()
Definition
fwd_bem_solution.cpp:54
FWDLIB::FwdBemSolution::~FwdBemSolution
~FwdBemSolution()
Definition
fwd_bem_solution.cpp:62
Generated on
for MNE-CPP by
1.16.1