26#ifndef VTK_MESH_COMPONENT_H
27#define VTK_MESH_COMPONENT_H
34class VtkMeshComponentProperties;
72 VtkMeshComponentProperties* myProperties;
75 static QPixmap* myPixmap;
#define VTK_COMPONENT_API
Definition VtkMeshComponentAPI.h:54
Features various Vtk mesh for CamiTK.
Definition VtkMeshComponent.h:45
bool exportMDL(std::string filename)
Export as MDL (see Geometry).
VtkPointSetType
constant for the vtk point set type
Definition VtkMeshUtil.h:51
void propertyValueChanged(QString name) override
This method is called when a dynamic property value has been modified.
Definition sdk/libraries/core/component/Component.cpp:508
Basic component to manage any kind of mesh.
Definition MeshComponent.h:53
void initDynamicProperties()
create and initialize dynamic properties
Definition MeshComponent.cpp:387
QPixmap getIcon() override
Get the pixmap that will be displayed for this node.
Definition MeshComponent.cpp:1282