36 #ifndef MNESOURCEESTIMATE_H
37 #define MNESOURCEESTIMATE_H
44 #include "mne_global.h"
60 #include <QSharedPointer>
79 using namespace Eigen;
98 typedef QSharedPointer<MNESourceEstimate>
SPtr;
99 typedef QSharedPointer<const MNESourceEstimate>
ConstSPtr;
116 MNESourceEstimate(
const MatrixXd &p_sol,
const VectorXi &p_vertices,
float p_tmin,
float p_tstep);
171 bool write(QIODevice &p_IODevice);
179 inline bool isEmpty()
const;
220 #endif // MNESOURCEESTIMATE_H
QSharedPointer< const MNESourceEstimate > ConstSPtr
QSharedPointer< MNESourceEstimate > SPtr