Single closed BEM surface (triangulation, normals, conductivity). More...
#include "mne_global.h"#include "mne_surface.h"#include <fiff/fiff_types.h>#include <fiff/fiff.h>#include <Eigen/Core>#include <Eigen/SparseCore>#include <QList>#include <vector>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEBemSurface |
| BEM surface provides geometry information. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single closed BEM surface (triangulation, normals, conductivity).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2015-2026 MNE-CPP Authors
MNELIB::MNEBemSurface stores one of the head-model boundary surfaces of an MNEBem: vertices, oriented triangles, vertex normals, surface id (inner skull / outer skull / scalp), coordinate frame and conductivity. FIFF tags: FIFFB_BEM_SURF, FIFF_BEM_SURF_ID, FIFF_BEM_SURF_NTRI, FIFF_BEM_SURF_TRIANGLES, FIFF_BEM_SURF_NODES, FIFF_BEM_SURF_NORMALS.
Definition in file mne_bem_surface.h.