26 #ifndef VTK_MESH_COMPONENT_H
27 #define VTK_MESH_COMPONENT_H
34 class 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
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
void initDynamicProperties()
create and initialize dynamic properties
Definition: MeshComponent.cpp:372
QPixmap getIcon() override
Get the pixmap that will be displayed for this node.
Definition: MeshComponent.cpp:1256
void updateProperty(QString, QVariant) override
update property: no specific properties to manage, this is needed to avoid console warnings.
Definition: MeshComponent.h:134