v2.0.0
Loading...
Searching...
No Matches
mne_cortical_map.h
Go to the documentation of this file.
1//=============================================================================================================
34
35#ifndef MNE_CORTICAL_MAP_H
36#define MNE_CORTICAL_MAP_H
37
38//=============================================================================================================
39// INCLUDES
40//=============================================================================================================
41
42#include "mne_global.h"
43
44//=============================================================================================================
45// EIGEN INCLUDES
46//=============================================================================================================
47
48#include <Eigen/Core>
49
50//=============================================================================================================
51// FORWARD DECLARATIONS
52//=============================================================================================================
53
54namespace FIFFLIB {
55 class FiffInfo;
56}
57
58//=============================================================================================================
59// DEFINE NAMESPACE MNELIB
60//=============================================================================================================
61
62namespace MNELIB
63{
64
65//=============================================================================================================
66// FORWARD DECLARATIONS
67//=============================================================================================================
68
71
72//=============================================================================================================
82{
83public:
84 //=========================================================================================================
100 static Eigen::MatrixXd makeCorticalMap(
101 const MNEForwardSolution& fwd,
102 const MNEInverseOperator& inv,
103 const FIFFLIB::FiffInfo& info);
104
105 MNECorticalMap() = delete;
106};
107
108} // namespace MNELIB
109
110#endif // MNE_CORTICAL_MAP_H
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
FIFF measurement file information.
Definition fiff_info.h:86
static Eigen::MatrixXd makeCorticalMap(const MNEForwardSolution &fwd, const MNEInverseOperator &inv, const FIFFLIB::FiffInfo &info)
MNE-style inverse operator.