38#ifndef BRAINTREEMODEL_H
39#define BRAINTREEMODEL_H
47#include <QStandardItemModel>
86 void addSensors(
const QString &type,
const QList<QStandardItem*> &items);
100 QStandardItem* getSubjectItem(
const QString &subject);
FiffDigPoint class declaration.
disp3D_rhi library export/import macros.
#define DISP3DRHISHARED_EXPORT
Network class declaration.
MNESourceSpaces class declaration.
MNEBemSurface class declaration.
Annotation class declaration.
Surface class declaration.
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
This class holds information about a network, can compute a distance table and provide network metric...
BemTreeItem * addBemSurface(const QString &subject, const QString &bemName, const MNELIB::MNEBemSurface &bemSurf)
void addDigitizerData(const QList< FIFFLIB::FiffDigPoint > &digitizerPoints)
~BrainTreeModel() override=default
void addSensors(const QString &type, const QList< QStandardItem * > &items)
NetworkTreeItem * addNetwork(const CONNECTIVITYLIB::Network &network, const QString &name="Network")
SurfaceTreeItem * addSurface(const QString &subject, const QString &hemi, const QString &surfType, const FSLIB::Surface &surface)
void addSourceSpace(const MNELIB::MNESourceSpaces &srcSpace)
void addDipoles(const INVERSELIB::ECDSet &set)
BrainTreeModel(QObject *parent=nullptr)
bool addAnnotation(const QString &subject, const QString &hemi, const FSLIB::Annotation &annotation)
Tree item representing a BEM surface layer in the 3-D scene hierarchy.
Tree item representing a connectivity network.
Tree item representing a FreeSurfer cortical surface in the 3-D scene hierarchy.
Holds a set of Electric Current Dipoles.
BEM surface provides geometry information.
Source Space descritpion.