v2.0.0
Loading...
Searching...
No Matches
src
libraries
inv
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
42
namespace
INVLIB
43
{
44
45
//=============================================================================================================
53
struct
INVSHARED_EXPORT
InvSourceCoupling
54
{
55
std::vector<int>
gridIndices
;
56
std::vector<Eigen::Vector3d>
moments
;
57
Eigen::MatrixXd
correlations
;
58
float
tmin
;
59
float
tmax
;
60
61
InvSourceCoupling
();
62
};
63
64
}
// NAMESPACE INVLIB
65
66
#endif
// INV_SOURCE_COUPLING_H
inv_global.h
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
INVSHARED_EXPORT
#define INVSHARED_EXPORT
Definition
inv_global.h:38
INVLIB
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Definition
braintreemodel.h:42
INVLIB::InvSourceCoupling::moments
std::vector< Eigen::Vector3d > moments
Definition
inv_source_coupling.h:56
INVLIB::InvSourceCoupling::InvSourceCoupling
InvSourceCoupling()
Definition
inv_source_coupling.cpp:34
INVLIB::InvSourceCoupling::tmin
float tmin
Definition
inv_source_coupling.h:58
INVLIB::InvSourceCoupling::gridIndices
std::vector< int > gridIndices
Definition
inv_source_coupling.h:55
INVLIB::InvSourceCoupling::correlations
Eigen::MatrixXd correlations
Definition
inv_source_coupling.h:57
INVLIB::InvSourceCoupling::tmax
float tmax
Definition
inv_source_coupling.h:59
Generated on
for MNE-CPP by
1.16.1