63 virtual void setName(
const QString &);
69 virtual vtkSmartPointer< vtkPointSet >
getPointSet();
84 virtual void createPointData();
87 virtual void destroyPointData();
112 getComponent()->setName(n.toStdString());
::Component * myComponent
the managed Component
Definition: ComponentDC.h:103
const virtual RenderingModes const InterfaceGeometry::RenderingModes getRenderingModes() const
see Component.cpp
Definition: sdk/libraries/core/component/Component.cpp:441
The manager of the physical model data.
Definition: PMManagerDC.h:97
#define PHYSICALMODEL_COMPONENT_API
Definition: PMComponentAPI.h:54
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:51
virtual void setOpacity(const double)=0
Set the opacity of this object. WARNING color field (surfaceColor, ...) are not modified! ...
virtual QObject * getPropertyObject()
show all properties
Definition: ComponentDC.h:90
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
The manager of the Component data.
Definition: ComponentDC.h:43
virtual const EnhancedModes getEnhancedModes() const =0
get the current enhanced mode
void updateProperty(QString, QVariant)
update property: no specific properties to manage, this is needed to avoid console warnings...
Definition: MeshComponent.h:99
A component is something that composed something and could also be a part of something.
Definition: modeling/libraries/pml/Component.h:48
virtual ~ComponentDC()
Definition: ComponentDC.h:49
virtual PMManagerDC * getPMManagerDC()
get the PMManagerDC (given during instanciation), allows one to get PML/Component maps ...
Definition: ComponentDC.h:76
PMManagerDC * myPMManagerDC
the PMManagerDC
Definition: ComponentDC.h:100
::Component * getComponent()
return the component that this dc is managing
Definition: ComponentDC.h:107
virtual vtkSmartPointer< vtkPointSet > getPointSet()=0
virtual void setName(const QString &)
set the name to be displayed
Definition: ComponentDC.h:111
virtual void deleteChildren()
remove a sub DC: overloaded method to avoir deletion of children that are used in more than one SCDC ...
Definition: ComponentDC.h:66
virtual void setName(const QString &)
set the name to be displayed
Definition: sdk/libraries/core/component/Component.h:959