51#include <QSharedPointer>
84 typedef QSharedPointer<InvEcdSet>
SPtr;
143 inline qint32
size()
const;
153 const InvEcd& operator[] (
int idx)
const;
163 InvEcd& operator[] (
int idx);
179 QList<InvEcd> m_qListDips;
188 return m_qListDips.size();
192#ifndef metatype_ecdset
193#define metatype_ecdset
Q_DECLARE_METATYPE(INVLIB::InvEcdSet)
Electric Current Dipole (InvEcd) class declaration.
inverse library export/import macros.
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