38 #ifndef MNESOURCEESTIMATE_H
39 #define MNESOURCEESTIMATE_H
59 #include <QSharedPointer>
87 typedef QSharedPointer<MNESourceEstimate>
SPtr;
88 typedef QSharedPointer<const MNESourceEstimate>
ConstSPtr;
105 MNESourceEstimate(
const Eigen::MatrixXd &p_sol,
const Eigen::VectorXi &p_vertices,
float p_tmin,
float p_tstep);
160 bool write(QIODevice &p_IODevice);
168 inline bool isEmpty()
const;
197 Eigen::VectorXi getIndicesByLabel(
const QList<FSLIB::Label> &lPickedLabels,
bool bIsClustered)
const;
224 #endif // MNESOURCEESTIMATE_H