v2.0.0
Loading...
Searching...
No Matches
bemtreeitem.cpp
Go to the documentation of this file.
1//=============================================================================================================
35
36//=============================================================================================================
37// INCLUDES
38//=============================================================================================================
39
40#include "bemtreeitem.h"
41
42BemTreeItem::BemTreeItem(const QString &text, const MNELIB::MNEBemSurface &bemSurf)
44 , m_bemSurface(bemSurf)
45{
46 // BEM surfaces are typically generic geometry without specific shader requirements initially,
47 // but they might use a specific color or transparency.
48}
49
51{
52 return m_bemSurface;
53}
BemTreeItem class declaration.
AbstractTreeItem(const QString &text="", int type=AbstractItem)
const MNELIB::MNEBemSurface & bemSurfaceData() const
BemTreeItem(const QString &text="", const MNELIB::MNEBemSurface &bemSurf=MNELIB::MNEBemSurface())
BEM surface provides geometry information.