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

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>
Include dependency graph for inv_ecd_set.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

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

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

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.

Macro Definition Documentation

◆ metatype_ecdset

#define metatype_ecdset

Definition at line 176 of file inv_ecd_set.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( INVLIB::InvEcdSet )