#include <braintreemodel.h>
Public Member Functions | |
| BrainTreeModel (QObject *parent=nullptr) | |
| ~BrainTreeModel () override=default | |
| SurfaceTreeItem * | addSurface (const QString &subject, const QString &hemi, const QString &surfType, const FSLIB::Surface &surface) |
| bool | addAnnotation (const QString &subject, const QString &hemi, const FSLIB::Annotation &annotation) |
| BemTreeItem * | addBemSurface (const QString &subject, const QString &bemName, const MNELIB::MNEBemSurface &bemSurf) |
| void | addSensors (const QString &type, const QList< QStandardItem * > &items) |
| void | addDipoles (const INVERSELIB::ECDSet &set) |
| void | addDigitizerData (const QList< FIFFLIB::FiffDigPoint > &digitizerPoints) |
| void | addSourceSpace (const MNELIB::MNESourceSpace &srcSpace) |
| NetworkTreeItem * | addNetwork (const CONNECTIVITYLIB::Network &network, const QString &name="Network") |
Definition at line 64 of file braintreemodel.h.

|
explicit |
Definition at line 54 of file braintreemodel.cpp.
|
overridedefault |
| bool BrainTreeModel::addAnnotation | ( | const QString & | subject, |
| const QString & | hemi, | ||
| const FSLIB::Annotation & | annotation ) |
Definition at line 87 of file braintreemodel.cpp.
| BemTreeItem * BrainTreeModel::addBemSurface | ( | const QString & | subject, |
| const QString & | bemName, | ||
| const MNELIB::MNEBemSurface & | bemSurf ) |
Definition at line 130 of file braintreemodel.cpp.
| void BrainTreeModel::addDigitizerData | ( | const QList< FIFFLIB::FiffDigPoint > & | digitizerPoints | ) |
Definition at line 223 of file braintreemodel.cpp.
| void BrainTreeModel::addDipoles | ( | const INVERSELIB::ECDSet & | set | ) |
Definition at line 175 of file braintreemodel.cpp.
| NetworkTreeItem * BrainTreeModel::addNetwork | ( | const CONNECTIVITYLIB::Network & | network, |
| const QString & | name = "Network" ) |
Definition at line 237 of file braintreemodel.cpp.
| void BrainTreeModel::addSensors | ( | const QString & | type, |
| const QList< QStandardItem * > & | items ) |
Definition at line 160 of file braintreemodel.cpp.
| void BrainTreeModel::addSourceSpace | ( | const MNELIB::MNESourceSpace & | srcSpace | ) |
Definition at line 185 of file braintreemodel.cpp.
| SurfaceTreeItem * BrainTreeModel::addSurface | ( | const QString & | subject, |
| const QString & | hemi, | ||
| const QString & | surfType, | ||
| const FSLIB::Surface & | surface ) |
Definition at line 61 of file braintreemodel.cpp.