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

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

#include "mne_global.h"
#include "mne_surface_or_volume.h"
#include <Eigen/Core>
#include <memory>
Include dependency graph for mne_source_space.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

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.