v2.0.0
Loading...
Searching...
No Matches
src
libraries
fwd
fwd_bem_solution.h
Go to the documentation of this file.
1
//=============================================================================================================
36
37
#ifndef FWD_BEM_SOLUTION_H
38
#define FWD_BEM_SOLUTION_H
39
40
//=============================================================================================================
41
// INCLUDES
42
//=============================================================================================================
43
44
#include "
fwd_global.h
"
45
46
#include <memory>
47
48
//=============================================================================================================
49
// EIGEN INCLUDES
50
//=============================================================================================================
51
52
#include <Eigen/Core>
53
54
//=============================================================================================================
55
// QT INCLUDES
56
//=============================================================================================================
57
58
//=============================================================================================================
59
// DEFINE NAMESPACE FWDLIB
60
//=============================================================================================================
61
62
namespace
FWDLIB
63
{
64
65
//=============================================================================================================
71
class
FWDSHARED_EXPORT
FwdBemSolution
72
{
73
public
:
74
typedef
std::unique_ptr<FwdBemSolution>
UPtr
;
75
76
//=========================================================================================================
80
FwdBemSolution
();
81
82
//=========================================================================================================
86
~FwdBemSolution
();
87
88
public
:
89
Eigen::MatrixXf
solution
;
90
int
ncoil
;
91
int
np
;
92
};
93
94
//=============================================================================================================
95
// INLINE DEFINITIONS
96
//=============================================================================================================
97
}
// NAMESPACE FWDLIB
98
99
#endif
// FWD_BEM_SOLUTION_H
fwd_global.h
Forward library export/import macros.
FWDSHARED_EXPORT
#define FWDSHARED_EXPORT
Definition
fwd_global.h:53
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::UPtr
std::unique_ptr< FwdBemSolution > UPtr
Definition
fwd_bem_solution.h:74
FWDLIB::FwdBemSolution::np
int np
Definition
fwd_bem_solution.h:91
FWDLIB::FwdBemSolution::solution
Eigen::MatrixXf solution
Definition
fwd_bem_solution.h:89
FWDLIB::FwdBemSolution::FwdBemSolution
FwdBemSolution()
Definition
fwd_bem_solution.cpp:54
Generated on
for MNE-CPP by
1.16.1