Single-hemisphere source space (cortical surface or volume grid) loaded from FIFF. More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNESourceSpace |
| This defines a source space. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single-hemisphere source space (cortical surface or volume grid) loaded from FIFF.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNESourceSpace replaces the mneSourceSpace typedef of mne_types.h and is the C++ representation of one decimated source space stored under the FIFFB_MNE_SOURCE_SPACE block in a forward / inverse FIFF file. It holds the dense surface (vertices, triangles, normals, neighbouring relations) plus the subset selected by the MNE decimation (inuse / nuse / vertno) used to index the leadfield columns of MNEForwardSolution. The structure is consumed by MNESourceSpaces (left+right pair), MNEHemisphere, the BEM tools and every clustering or morphing step in the inverse pipeline.
Definition in file mne_source_space.h.