58#include <QSharedPointer>
85 typedef QSharedPointer<MNERawBufDef>
SPtr;
86 typedef QSharedPointer<const MNERawBufDef>
ConstSPtr;
89 using RowMajorMatrixXf = Eigen::Matrix<float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>;
FiffDirNode class declaration, which provides fiff dir tree processing methods.
mne library export/import macros.
Core MNE data structures (source spaces, source estimates, hemispheres).
QSharedPointer< FiffDirEntry > SPtr
FIFFLIB::FiffDirEntry::SPtr ent
Eigen::Matrix< float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > RowMajorMatrixXf
QSharedPointer< MNERawBufDef > SPtr
static void free_bufs(MNERawBufDef *bufs, int nbuf)
Free an array of raw data buffer definitions.
QSharedPointer< const MNERawBufDef > ConstSPtr
Eigen::VectorXi ch_filtered
MNERawBufDef()
Default constructor.