v2.0.0
Loading...
Searching...
No Matches
src
libraries
inv
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
56
namespace
INVLIB
57
{
58
59
//=============================================================================================================
67
struct
INVSHARED_EXPORT
InvSourceCoupling
68
{
69
std::vector<int>
gridIndices
;
70
std::vector<Eigen::Vector3d>
moments
;
71
Eigen::MatrixXd
correlations
;
72
float
tmin
;
73
float
tmax
;
74
75
InvSourceCoupling
();
76
};
77
78
}
// NAMESPACE INVLIB
79
80
#endif
// INV_SOURCE_COUPLING_H
inv_global.h
inverse library export/import macros.
INVSHARED_EXPORT
#define INVSHARED_EXPORT
Definition
inv_global.h:52
INVLIB
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Definition
braintreemodel.h:55
INVLIB::InvSourceCoupling::moments
std::vector< Eigen::Vector3d > moments
Definition
inv_source_coupling.h:70
INVLIB::InvSourceCoupling::InvSourceCoupling
InvSourceCoupling()
Definition
inv_source_coupling.cpp:51
INVLIB::InvSourceCoupling::tmin
float tmin
Definition
inv_source_coupling.h:72
INVLIB::InvSourceCoupling::gridIndices
std::vector< int > gridIndices
Definition
inv_source_coupling.h:69
INVLIB::InvSourceCoupling::correlations
Eigen::MatrixXd correlations
Definition
inv_source_coupling.h:71
INVLIB::InvSourceCoupling::tmax
float tmax
Definition
inv_source_coupling.h:73
Generated on
for MNE-CPP by
1.16.1