Boundary element model bundle (inner skull, outer skull, outer skin) loaded from -bem.fif. More...
#include "mne_global.h"#include "mne_bem_surface.h"#include <fiff/fiff_types.h>#include <fiff/fiff_dir_node.h>#include <fiff/fiff.h>#include <algorithm>#include <vector>#include <QList>#include <QIODevice>#include <QSharedPointer>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEBem |
Aggregated boundary element model loaded from a -bem.fif file. More... | |
Namespaces | |
| namespace | FSLIB |
| FreeSurfer surface, annotation and parcellation I/O for mne-cpp. | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Macros | |
| #define | metatype_bem |
| #define | metatype_bem_sptr |
Functions | |
| Q_DECLARE_METATYPE (MNELIB::MNEBem) | |
| Q_DECLARE_METATYPE (MNELIB::MNEBem::SPtr) | |
Boundary element model bundle (inner skull, outer skull, outer skin) loaded from -bem.fif.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2015-2026 MNE-CPP Authors
MNELIB::MNEBem aggregates the MNEBemSurface objects that make up a head conductor model produced by mne_setup_forward_model. Depending on the model it carries one (single layer) or three (three-layer EEG) surfaces in MRI coordinates. It is consumed by the forward solver in FWDLIB to build the BEM linear system and by the 3D viewer to render the head surfaces alongside the cortex.
Definition in file mne_bem.h.
| Q_DECLARE_METATYPE | ( | MNELIB::MNEBem | ) |
Provides QT META type declaration of the MNELIB::MNEBem type. For signal/slot usage.
| Q_DECLARE_METATYPE | ( | MNELIB::MNEBem::SPtr | ) |
Provides QT META type declaration of the MNELIB::MNEBem::SPtr type. For signal/slot usage.