37#ifndef IINVERSEALGORITHM_H
38#define IINVERSEALGORITHM_H
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Inverse algorithm interface.
virtual MNELIB::MNESourceEstimate calculateInverse(const FIFFLIB::FiffEvoked &p_fiffEvoked, bool pick_normal=false)=0
virtual ~IInverseAlgorithm()
virtual const char * getName() const =0
virtual const MNELIB::MNESourceSpaces & getSourceSpace() const =0
virtual MNELIB::MNESourceEstimate calculateInverse(const Eigen::MatrixXd &data, float tmin, float tstep, bool pick_normal=false) const =0
Source Space descritpion.