v2.0.0
Loading...
Searching...
No Matches
inv_source_coupling.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef INV_SOURCE_COUPLING_H
36#define INV_SOURCE_COUPLING_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include "inv_global.h"
43
44#include <vector>
45
46//=============================================================================================================
47// EIGEN INCLUDES
48//=============================================================================================================
49
50#include <Eigen/Core>
51
52//=============================================================================================================
53// DEFINE NAMESPACE INVLIB
54//=============================================================================================================
55
56namespace INVLIB
57{
58
59//=============================================================================================================
68{
69 std::vector<int> gridIndices;
70 std::vector<Eigen::Vector3d> moments;
71 Eigen::MatrixXd correlations;
72 float tmin;
73 float tmax;
74
76};
77
78} // NAMESPACE INVLIB
79
80#endif // INV_SOURCE_COUPLING_H
inverse library export/import macros.
#define INVSHARED_EXPORT
Definition inv_global.h:52
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
std::vector< Eigen::Vector3d > moments