v2.0.0
Loading...
Searching...
No Matches
src
libraries
fwd
fwd_bem_solution.h
Go to the documentation of this file.
1
//=============================================================================================================
28
29
#ifndef FWD_BEM_SOLUTION_H
30
#define FWD_BEM_SOLUTION_H
31
32
//=============================================================================================================
33
// INCLUDES
34
//=============================================================================================================
35
36
#include "
fwd_global.h
"
37
38
#include <memory>
39
40
//=============================================================================================================
41
// EIGEN INCLUDES
42
//=============================================================================================================
43
44
#include <Eigen/Core>
45
46
//=============================================================================================================
47
// QT INCLUDES
48
//=============================================================================================================
49
50
//=============================================================================================================
51
// DEFINE NAMESPACE FWDLIB
52
//=============================================================================================================
53
54
namespace
FWDLIB
55
{
56
57
//=============================================================================================================
63
class
FWDSHARED_EXPORT
FwdBemSolution
64
{
65
public
:
66
typedef
std::unique_ptr<FwdBemSolution>
UPtr
;
67
68
//=========================================================================================================
72
FwdBemSolution
();
73
74
//=========================================================================================================
78
~FwdBemSolution
();
79
80
public
:
81
Eigen::MatrixXf
solution
;
82
int
ncoil
;
83
int
np
;
84
};
85
86
//=============================================================================================================
87
// INLINE DEFINITIONS
88
//=============================================================================================================
89
}
// NAMESPACE FWDLIB
90
91
#endif
// FWD_BEM_SOLUTION_H
fwd_global.h
Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) librar...
FWDSHARED_EXPORT
#define FWDSHARED_EXPORT
Definition
fwd_global.h:44
FWDLIB
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition
compute_fwd.h:83
FWDLIB::FwdBemSolution::ncoil
int ncoil
Definition
fwd_bem_solution.h:82
FWDLIB::FwdBemSolution::UPtr
std::unique_ptr< FwdBemSolution > UPtr
Definition
fwd_bem_solution.h:66
FWDLIB::FwdBemSolution::np
int np
Definition
fwd_bem_solution.h:83
FWDLIB::FwdBemSolution::solution
Eigen::MatrixXf solution
Definition
fwd_bem_solution.h:81
FWDLIB::FwdBemSolution::FwdBemSolution
FwdBemSolution()
Definition
fwd_bem_solution.cpp:32
Generated on
for MNE-CPP by
1.16.1