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

Patch information (cluster of cortex vertices around each decimated source) used by orientation priors. More...

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

Go to the source code of this file.

Classes

class  MNELIB::MNEPatchInfo
 Patch information for a single source space point including vertex members and area. More...

Namespaces

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

Detailed Description

Patch information (cluster of cortex vertices around each decimated source) used by orientation 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::MNEPatchInfo stores, for every decimated source vertex, the list of dense-cortex vertices that map to it (the patch) and a summary triangle normal used as the patch-averaged surface normal. Required for the loose-orientation MNE prior and for patch-based current-density rendering.

Definition in file mne_patch_info.h.