48#include <QSharedPointer>
81 typedef QSharedPointer<MNEBem>
SPtr;
102 MNEBem(QIODevice &p_IODevice);
143 inline qint32
size()
const;
153 void write(QIODevice &p_IODevice);
212 void warp(
const Eigen::MatrixXf &sLm,
const Eigen::MatrixXf &dLm);
245 QList<MNEBemSurface> m_qListBemSurface;
254 return m_qListBemSurface.size() == 0;
261 return m_qListBemSurface.size();
270#ifndef metatype_bem_sptr
271#define metatype_bem_sptr
Q_DECLARE_METATYPE(MNELIB::MNEBem)
Single closed BEM surface (triangulation, normals, conductivity).
MNELIB shared-library export/import macros and library build metadata.
Recursive node of the parsed FIFF block tree (FIFFB_* hierarchy with directory entries and children).
Static MATLAB-style FIFF facade: thin wrapper functions kept for parity with the historical mne-matla...
Primitive scalar typedefs and forward-compatible aliases backing the FIFF type system.
Core MNE data structures (source spaces, source estimates, hemispheres).
FreeSurfer surface, annotation and parcellation I/O for mne-cpp.
Labelled 4x4 FIFF affine: source frame, destination frame, rotation, translation and cached inverse.
QSharedPointer< FiffDirNode > SPtr
FIFF tag-stream reader/writer: wraps a QIODevice and exposes typed read_* / write_* methods for every...
QSharedPointer< FiffStream > SPtr
A FreeSurfer/MNE surface label: per-vertex indices, Tk-RAS positions and scalar values for one hemisp...
Aggregated boundary element model loaded from a -bem.fif file.
QSharedPointer< const MNEBem > ConstSPtr
QSharedPointer< MNEBem > SPtr
void invtransform(const FIFFLIB::FiffCoordTrans &trans)
void transform(const FIFFLIB::FiffCoordTrans &trans)
static bool readBemSurface(FIFFLIB::FiffStream::SPtr &p_pStream, const FIFFLIB::FiffDirNode::SPtr &p_Tree, MNEBemSurface &p_BemSurface)
void writeToStream(FIFFLIB::FiffStream *p_pStream)
void warp(const Eigen::MatrixXf &sLm, const Eigen::MatrixXf &dLm)
void write(QIODevice &p_IODevice)
static bool readFromStream(FIFFLIB::FiffStream::SPtr &p_pStream, bool add_geom, MNEBem &p_Bem)
BEM surface provides geometry information.