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


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). | |
Per-source-space-vertex nearest-cortex-vertex mapping.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
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.