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

Named one-dimensional counterpart of MNELIB::MNENamedMatrix. More...

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

Go to the source code of this file.

Classes

class  MNELIB::MNENamedVector

Namespaces

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

Detailed Description

Named one-dimensional counterpart of MNELIB::MNENamedMatrix.

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

Stores a vector whose entries are tagged with a QStringList of labels, used for example for SSP weights or for one-sensor mappings. Provides the same name-indexed access as the matrix flavour so callers can robustly select sensors irrespective of their position in the FIFF channel list.

Definition in file mne_named_vector.h.