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

Ordered group of MNELIB::MNEMghTag entries appended to an MGH/MGZ file. More...

#include "mne_global.h"
#include "mne_mgh_tag.h"
#include <memory>
#include <vector>
#include <QSharedPointer>
Include dependency graph for mne_mgh_tag_group.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEMghTagGroup
 Collection of MNEMghTag entries from a FreeSurfer MGH/MGZ file footer. More...

Namespaces

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

Detailed Description

Ordered group of MNELIB::MNEMghTag entries appended to an MGH/MGZ file.

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::MNEMghTagGroup gathers every tag present at the tail of an MGH volume and offers typed accessors for the commonly used kinds (MGH_TAG_OLD_COLORTABLE, MGH_TAG_MGH_XFORM, MGH_TAG_CMDLINE, ...) so callers do not have to walk the raw byte stream.

Definition in file mne_mgh_tag_group.h.