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>

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). | |
Ordered group of MNELIB::MNEMghTag entries appended to an MGH/MGZ file.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
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.