37#ifndef MNEINVERSEOPERATOR_H
38#define MNEINVERSEOPERATOR_H
58#include <QSharedPointer>
95 typedef QSharedPointer<MNEInverseOperator>
SPtr;
96 typedef QSharedPointer<const MNEInverseOperator>
ConstSPtr;
114 std::vector<std::unique_ptr<MNELIB::MNESourceSpace>>
spaces;
Old fiff_type declarations - replace them.
MNE Surface or Volume (MNESurfaceOrVolume) class declaration.
inverse library export/import macros.
#define INVERSESHARED_EXPORT
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
FiffId * fiffId
Backward-compatible pointer typedef for the old fiffId pointer.
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Coordinate transformation description.
MNELIB::MNECovMatrix * source_cov
std::unique_ptr< FIFFLIB::FiffCoordTrans > meg_head_t
QSharedPointer< MNEInverseOperator > SPtr
MNELIB::MNECovMatrix * sensor_cov
MNELIB::MNENamedMatrix * eigen_leads
std::vector< std::unique_ptr< MNELIB::MNESourceSpace > > spaces
MNELIB::MNENamedMatrix * eigen_fields
MNELIB::MNECovMatrix * orient_prior
MNELIB::MNECovMatrix * depth_prior
QSharedPointer< const MNEInverseOperator > ConstSPtr
MNELIB::MNECovMatrix * fMRI_prior
std::unique_ptr< FIFFLIB::FiffCoordTrans > mri_head_t
Covariance matrix storage.
A dense matrix with named rows and columns.
Projection operator managing a set of linear projection items and the final compiled projector matrix...