Ordered set of INVLIB::InvEcd records — the result of a sequential dipole-fit run. More...
#include "../inv_global.h"#include "inv_ecd.h"#include <QSharedPointer>#include <QList>#include <QString>

Go to the source code of this file.
Classes | |
| class | INVLIB::InvEcdSet |
| Holds a set of Electric Current Dipoles. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Macros | |
| #define | metatype_ecdset |
Functions | |
| Q_DECLARE_METATYPE (INVLIB::InvEcdSet) | |
Ordered set of INVLIB::InvEcd records — the result of a sequential dipole-fit run.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvEcdSet collects one InvEcd per fitted time bin and exposes append, index access and stream-insertion as well as read/write support for the canonical .dip text format (mrilab) and the .bdip binary format (xfit). It is the value type returned by InvDipoleFit::calculateFit and serialised by the mne_dipole_fit driver.
Definition in file inv_ecd_set.h.
| #define metatype_ecdset |
Definition at line 176 of file inv_ecd_set.h.
| Q_DECLARE_METATYPE | ( | INVLIB::InvEcdSet | ) |