62#include <QSharedPointer>
92 typedef QSharedPointer<MNESssData>
SPtr;
125 static std::unique_ptr<MNESssData>
read(
const QString& name);
137 static std::unique_ptr<MNESssData>
read_from_node( QSharedPointer<FIFFLIB::FiffStream>& stream,
const QSharedPointer<FIFFLIB::FiffDirNode>& start );
146 void print(QTextStream &out)
const;
mne library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
Directory node structure.
QSharedPointer< MNESssData > SPtr
Eigen::VectorXi comp_info
static std::unique_ptr< MNESssData > read_from_node(QSharedPointer< FIFFLIB::FiffStream > &stream, const QSharedPointer< FIFFLIB::FiffDirNode > &start)
void print(QTextStream &out) const
static std::unique_ptr< MNESssData > read(const QString &name)
QSharedPointer< const MNESssData > ConstSPtr