MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Public Attributes | List of all members
INVERSELIB::MneInverseOperator Class Reference

An inverse operator. More...

#include <mne_inverse_operator.h>

Public Types

typedef QSharedPointer< MneInverseOperatorSPtr
 
typedef QSharedPointer< const MneInverseOperatorConstSPtr
 

Public Member Functions

 MneInverseOperator ()
 
 ~MneInverseOperator ()
 

Public Attributes

FIFFLIB::fiffId meas_id
 
MNELIB::MneSourceSpaceOld ** spaces
 
int nspace
 
FIFFLIB::FiffCoordTransOldmeg_head_t
 
FIFFLIB::FiffCoordTransOldmri_head_t
 
int methods
 
int nchan
 
int nsource
 
int fixed_ori
 
float ** rr_source
 
float ** nn_source
 
int coord_frame
 
MNELIB::MneCovMatrixsensor_cov
 
int nave
 
int current_unit
 
MNELIB::MneCovMatrixsource_cov
 
MNELIB::MneCovMatrixorient_prior
 
MNELIB::MneCovMatrixdepth_prior
 
MNELIB::MneCovMatrixfMRI_prior
 
float * sing
 
MNELIB::MneNamedMatrixeigen_leads
 
int eigen_leads_weighted
 
MNELIB::MneNamedMatrixeigen_fields
 
float trace_ratio
 
MNELIB::MneProjOpproj
 

Detailed Description

An inverse operator.

Implements an MNE Inverse Operator (Replaces *mneInverseOperator,mneInverseOperatorRec; struct of MNE-C mne_types.h).

Definition at line 93 of file mne_inverse_operator.h.

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for MneInverseOperator.

Definition at line 97 of file mne_inverse_operator.h.

◆ SPtr

Shared pointer type for MneInverseOperator.

Definition at line 96 of file mne_inverse_operator.h.

Constructor & Destructor Documentation

◆ MneInverseOperator()

MneInverseOperator::MneInverseOperator ( )

Constructs the MNE Inverse Operator Refactored: (.c)

Definition at line 54 of file mne_inverse_operator.cpp.

◆ ~MneInverseOperator()

MneInverseOperator::~MneInverseOperator ( )

Destroys the MNE Inverse Operator Refactored: (.c)

Definition at line 60 of file mne_inverse_operator.cpp.


The documentation for this class was generated from the following files: