|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Go to the documentation of this file.
61 #include <QSharedPointer>
93 typedef QSharedPointer<MNEBem>
SPtr;
114 MNEBem(QIODevice &p_IODevice);
134 inline bool isEmpty()
const;
155 inline qint32 size()
const;
165 void write(QIODevice &p_IODevice);
224 void warp(
const Eigen::MatrixXf &sLm,
const Eigen::MatrixXf &dLm);
257 QList<MNEBemSurface> m_qListBemSurface;
266 return m_qListBemSurface.size() == 0;
273 return m_qListBemSurface.size();
QSharedPointer< FiffStream > SPtr
QSharedPointer< MNEBem > SPtr
QSharedPointer< FiffDirNode > SPtr
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
Q_DECLARE_METATYPE(MNELIB::MNEBem)
FiffDirNode class declaration, which provides fiff dir tree processing methods.
MNEBemSurface class declaration.
mne library export/import macros.
Coordinate transformation description.
Definitions for describing the objects in a FIFF file.
BEM surface provides geometry information.
QSharedPointer< const MNEBem > ConstSPtr