v2.0.0
Loading...
Searching...
No Matches
bemtreeitem.h
Go to the documentation of this file.
1//=============================================================================================================
18
19#ifndef BEMTREEITEM_H
20#define BEMTREEITEM_H
21
22//=============================================================================================================
23// INCLUDES
24//=============================================================================================================
25
26#include "../../disp3D_global.h"
27
28#include "abstracttreeitem.h"
29#include <mne/mne_bem_surface.h>
30
35{
36public:
37 explicit BemTreeItem(const QString &text = "", const MNELIB::MNEBemSurface &bemSurf = MNELIB::MNEBemSurface());
38 virtual ~BemTreeItem() = default;
39
41
42private:
43 MNELIB::MNEBemSurface m_bemSurface;
44};
45
46#endif // BEMTREEITEM_H
Base QStandardItem with check-state, visibility, transform, colour and alpha roles shared by every di...
Library export/import macros and namespace marker for the disp3D library.
#define DISP3DSHARED_EXPORT
Single closed BEM surface (triangulation, normals, conductivity).
AbstractTreeItem(const QString &text="", int type=AbstractItem)
const MNELIB::MNEBemSurface & bemSurfaceData() const
virtual ~BemTreeItem()=default
BemTreeItem(const QString &text="", const MNELIB::MNEBemSurface &bemSurf=MNELIB::MNEBemSurface())
BEM surface provides geometry information.