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

Implementation of MNELIB::MNENamedVector. More...

#include "mne_named_vector.h"
Include dependency graph for mne_named_vector.cpp:

Go to the source code of this file.

Variables

constexpr int FAIL = -1
constexpr int OK = 0

Detailed Description

Implementation of MNELIB::MNENamedVector.

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

Implements constructors and the name-based lookup helpers; FIFF I/O is handled by the surrounding matrix readers because named vectors are almost always written as a degenerate named matrix.

Definition in file mne_named_vector.cpp.

Variable Documentation

◆ FAIL

int FAIL = -1
constexpr

Definition at line 30 of file mne_named_vector.cpp.

◆ OK

int OK = 0
constexpr

Definition at line 31 of file mne_named_vector.cpp.