v2.0.0
Loading...
Searching...
No Matches
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
54namespace FWDLIB
55{
56
57//=============================================================================================================
64{
65public:
66 typedef std::unique_ptr<FwdBemSolution> UPtr;
67
68 //=========================================================================================================
73
74 //=========================================================================================================
79
80public:
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
Symbol-visibility macro and build-info entry points for the FWDLIB (MEG/EEG forward-modelling) librar...
#define FWDSHARED_EXPORT
Definition fwd_global.h:44
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition compute_fwd.h:83
std::unique_ptr< FwdBemSolution > UPtr