37#ifndef IINVERSEALGORITHM_H
38#define IINVERSEALGORITHM_H
58class MNESourceEstimate;
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 MNELIB::MNESourceEstimate calculateInverse(const Eigen::MatrixXd &data, float tmin, float tstep, bool pick_normal=false) const =0
virtual const MNELIB::MNESourceSpace & getSourceSpace() const =0
Source Space descritpion.