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

Per-hemisphere cortical surface bundle with decimation, patch info and rendering buffers. More...

#include "mne_global.h"
#include "mne_source_space.h"
#include "mne_cluster_info.h"
#include <fiff/fiff_types.h>
#include <fiff/fiff.h>
#include <Eigen/Core>
#include <Eigen/SparseCore>
#include <QList>
#include <vector>
Include dependency graph for mne_hemisphere.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEHemisphere
 Hemisphere provides geometry information. More...

Namespaces

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

Functions

bool MNELIB::operator== (const MNEHemisphere &a, const MNEHemisphere &b)

Detailed Description

Per-hemisphere cortical surface bundle with decimation, patch info and rendering buffers.

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Christof Pieloth pielo.nosp@m.th@l.nosp@m.abp.h.nosp@m.twk-.nosp@m.leipz.nosp@m.ig.d.nosp@m.e; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
August 2012

MNELIB::MNEHemisphere is the visualisation-friendly counterpart of MNESourceSpace: in addition to vertices, triangles and the MNE decimation it carries pre-computed vertex normals, triangle centroids, tri-areas, the patch information used by surface-oriented inverse solvers and a colour table sourced from a FreeSurfer annotation. It is the unit DISP3D draws from and that morphing (MNEMorphMap), labelling and cluster operations operate on.

Definition in file mne_hemisphere.h.