27 #ifndef MESHCOMPONENT_H
28 #define MESHCOMPONENT_H
61 MeshComponent(vtkSmartPointer<vtkPointSet> aPointSet,
const QString &name);
77 void pointPicked ( vtkIdType pointId,
bool );
80 void cellPicked ( vtkIdType cellId,
bool );
83 vtkIdType getPickedPointId();
86 vtkIdType getPickedCellId();
90 virtual void initRepresentation(vtkSmartPointer<vtkPointSet>);
95 virtual void initRepresentation() {};
98 vtkIdType pickedPointId;
106 #endif // MESHCOMPONENT_H
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:40
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:40
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: Component.h:287
#define CAMITK_API
Definition: CamiTKAPI.h:49
vtkIdType pickedCellId
the last picked cell
Definition: MeshComponent.h:101