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

Per-source-space-vertex nearest-cortex-vertex mapping. More...

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

Go to the source code of this file.

Classes

class  MNELIB::MNENearest
 This is used in the patch definitions. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Per-source-space-vertex nearest-cortex-vertex mapping.

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::MNENearest records, for each vertex of an MNESourceSpace, the index of and distance to the closest vertex of the full cortical surface. It is the structure stored under FIFF_MNE_SOURCE_SPACE_NEAREST / _NEAREST_DIST and is used to map decimated source-space values back onto the dense cortex for rendering and morphing.

Definition in file mne_nearest.h.