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);
197 Eigen::VectorXi
getIndicesByLabel(
const QList<FSLIB::Label> &lPickedLabels,
bool bIsClustered)
const;
mne library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
static bool read(QIODevice &p_IODevice, MNESourceEstimate &p_stc)
Eigen::VectorXi getIndicesByLabel(const QList< FSLIB::Label > &lPickedLabels, bool bIsClustered) const
QSharedPointer< const MNESourceEstimate > ConstSPtr
MNESourceEstimate reduce(qint32 start, qint32 n)
bool write(QIODevice &p_IODevice)
QSharedPointer< MNESourceEstimate > SPtr
MNESourceEstimate(const Eigen::MatrixXd &p_sol, const Eigen::VectorXi &p_vertices, float p_tmin, float p_tstep)