26 #ifndef VTK_MESH_COMPONENT_H
27 #define VTK_MESH_COMPONENT_H
34 class VtkMeshComponentProperties;
#define VTK_COMPONENT_API
Definition: VtkMeshComponentAPI.h:54
Features various Vtk mesh for CamiTK.
Definition: VtkMeshComponent.h:45
VtkMeshUtil::VtkPointSetType whatIsIt
subtype of vtkPointSet
Definition: VtkMeshComponent.h:69
bool exportMDL(std::string filename)
Export as MDL (see Geometry).
VtkMeshComponentProperties * myProperties
properties for vtk mesh type
Definition: VtkMeshComponent.h:72
static QPixmap * myPixmap
the vtk logo
Definition: VtkMeshComponent.h:75
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:308
QPixmap getIcon() override
Get the pixmap that will be displayed for this node.
Definition: MeshComponent.cpp:1149
void updateProperty(QString, QVariant) override
update property: no specific properties to manage, this is needed to avoid console warnings.
Definition: MeshComponent.h:134