34#include <QSharedPointer>
67 typedef QSharedPointer<InvEcdSet>
SPtr;
126 inline qint32
size()
const;
136 const InvEcd& operator[] (
int idx)
const;
146 InvEcd& operator[] (
int idx);
162 QList<InvEcd> m_qListDips;
171 return m_qListDips.size();
175#ifndef metatype_ecdset
176#define metatype_ecdset
Single equivalent current dipole (ECD) with position, moment and per-fit goodness/χ² metrics.
Q_DECLARE_METATYPE(INVLIB::InvEcdSet)
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Single equivalent current dipole with position, orientation, amplitude, and goodness-of-fit.
Holds a set of Electric Current Dipoles.
QSharedPointer< InvEcdSet > SPtr
void addEcd(const InvEcd &p_ecd)
bool save_dipoles_dip(const QString &fileName) const
bool save_dipoles_bdip(const QString &fileName)
static InvEcdSet read_dipoles_dip(const QString &fileName)
QSharedPointer< const InvEcdSet > ConstSPtr