v2.0.0
Loading...
Searching...
No Matches
inv_source_coupling.h
Go to the documentation of this file.
1//=============================================================================================================
20
21#ifndef INV_SOURCE_COUPLING_H
22#define INV_SOURCE_COUPLING_H
23
24//=============================================================================================================
25// INCLUDES
26//=============================================================================================================
27
28#include "inv_global.h"
29
30#include <vector>
31
32//=============================================================================================================
33// EIGEN INCLUDES
34//=============================================================================================================
35
36#include <Eigen/Core>
37
38//=============================================================================================================
39// DEFINE NAMESPACE INVLIB
40//=============================================================================================================
41
42namespace INVLIB
43{
44
45//=============================================================================================================
54{
55 std::vector<int> gridIndices;
56 std::vector<Eigen::Vector3d> moments;
57 Eigen::MatrixXd correlations;
58 float tmin;
59 float tmax;
60
62};
63
64} // NAMESPACE INVLIB
65
66#endif // INV_SOURCE_COUPLING_H
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
#define INVSHARED_EXPORT
Definition inv_global.h:38
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
std::vector< Eigen::Vector3d > moments