61using namespace MNELIB;
62using namespace DISP3DLIB;
63using namespace FIFFLIB;
117 this->setEditable(
false);
118 this->setCheckable(
true);
119 this->setCheckState(Qt::Checked);
120 this->setToolTip(
"BEM item");
132 for(
int i = 0; i < tBem.
size(); ++i) {
133 QString sBemSurfName;
134 sBemSurfName = QString(
"%1").arg(tBem[i].
id);
138 QList<QStandardItem*> list;
140 list <<
new QStandardItem(pSurfItem->toolTip());
141 this->appendRow(list);
FiffCoordTrans class declaration.
MNEBem class declaration.
BemTreeItem class declaration.
BemSurfaceTreeItem class declaration.
Base class for renederable 3D QEntities.
BemSurfaceTreeItem provides a generic brain tree item to hold BEM surfaces.
void addData(const MNELIB::MNEBemSurface &tBemSurface)
QPointer< Renderable3DEntity > m_pRenderable3DEntity
virtual void setTransform(const Qt3DCore::QTransform &transform)
void addData(const MNELIB::MNEBem &tBem, Qt3DCore::QEntity *p3DEntityParent=0)
BemTreeItem(int iType=Data3DTreeModelItemTypes::BemItem, const QString &text="")
virtual void applyTransform(const Qt3DCore::QTransform &transform)
Provides the basic tree item.
Coordinate transformation description.