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();
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
FiffDirNode class declaration, which provides fiff dir tree processing methods.
Definitions for describing the objects in a FIFF file.
mne library export/import macros.
Q_DECLARE_METATYPE(MNELIB::MNEBem)
MNEBemSurface class declaration.
Coordinate transformation description.
QSharedPointer< FiffDirNode > SPtr
QSharedPointer< FiffStream > SPtr
QSharedPointer< const MNEBem > ConstSPtr
QSharedPointer< MNEBem > SPtr
BEM surface provides geometry information.