v2.0.0
Loading...
Searching...
No Matches
mne_bem_surface.h File Reference

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>
Include dependency graph for mne_bem_surface.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Single closed BEM surface (triangulation, normals, conductivity).

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2015-2026 MNE-CPP Authors

Author
Jana Kiesel jana..nosp@m.kies.nosp@m.el@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; sheinke simon.nosp@m..j.w.nosp@m..hein.nosp@m.ke@g.nosp@m.mail..nosp@m.com; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.0
Date
June 2015

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.