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.
Network class declaration.
MNESourceSpaces class declaration.
MNEBemSurface class declaration.
FsSurface class declaration.
FsAnnotation class declaration.
disp3D library export/import macros.
#define DISP3DSHARED_EXPORT
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
This class holds information about a network, can compute a distance table and provide network metric...
void addDipoles(const INVLIB::InvEcdSet &set)
SurfaceTreeItem * addSurface(const QString &subject, const QString &hemi, const QString &surfType, const FSLIB::FsSurface &surface)
BemTreeItem * addBemSurface(const QString &subject, const QString &bemName, const MNELIB::MNEBemSurface &bemSurf)
void addDigitizerData(const QList< FIFFLIB::FiffDigPoint > &digitizerPoints)
NetworkTreeItem * addNetwork(const CONNLIB::Network &network, const QString &name="Network")
~BrainTreeModel() override=default
void addSensors(const QString &type, const QList< QStandardItem * > &items)
bool addAnnotation(const QString &subject, const QString &hemi, const FSLIB::FsAnnotation &annotation)
void addSourceSpace(const MNELIB::MNESourceSpaces &srcSpace)
BrainTreeModel(QObject *parent=nullptr)
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.