26 #ifndef VTK_MESH_COMPONENT_H 27 #define VTK_MESH_COMPONENT_H 34 class VtkMeshComponentProperties;
58 bool exportMDL(std::string filename);
virtual void initDynamicProperties()
create and initialize dynamic properties
Definition: MeshComponent.cpp:302
static QPixmap * myPixmap
the vtk logo
Definition: VtkMeshComponent.h:75
#define VTK_COMPONENT_API
Definition: VtkMeshComponentAPI.h:54
VtkMeshUtil::VtkPointSetType whatIsIt
subtype of vtkPointSet
Definition: VtkMeshComponent.h:69
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
VtkPointSetType
constant for the vtk point set type
Definition: VtkMeshUtil.h:51
VtkMeshComponentProperties * myProperties
properties for vtk mesh type
Definition: VtkMeshComponent.h:72
QPixmap getIcon() override
Get the pixmap that will be displayed for this node.
Definition: MeshComponent.cpp:1100
void updateProperty(QString, QVariant)
update property: no specific properties to manage, this is needed to avoid console warnings...
Definition: MeshComponent.h:134
Features various Vtk mesh for CamiTK.
Definition: VtkMeshComponent.h:45