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

Local surface patch (neighbours-of-neighbours) used by patch-based source priors. More...

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

Go to the source code of this file.

Classes

class  MNELIB::MNESurfacePatch
 Cortical surface patch linking a set of vertices to a single source space point. More...

Namespaces

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

Detailed Description

Local surface patch (neighbours-of-neighbours) used by patch-based source priors.

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::MNESurfacePatch stores the vertex set, triangle subset and geodesic distances of a cortical patch grown from a seed vertex. Patches feed the cortical-orientation prior of the inverse operator (MNEPatchInfo) and are also used for source-space decimation quality checks.

Definition in file mne_surface_patch.h.