1 #ifndef VTKINFOTEXTIMAGEINTERACTOR_H_
2 #define VTKINFOTEXTIMAGEINTERACTOR_H_
5 //------------------------------------------------------------------
6 //------------------------------------------------------------------
7 //------------------------------------------------------------------
8 #include "vtkInfoTextImage.h"
9 #include "InteractorStyleMaracas.h"
11 class vtkInfoTextImageInteractor : public InteractorStyleMaracas{
13 vtkInfoTextImageInteractor();
14 virtual ~vtkInfoTextImageInteractor();
15 void SetModelVtkInfoTextImage(vtkInfoTextImage *vtkinfotextimage);
16 vtkInfoTextImage *GetVtkInfoTextImage();
20 virtual bool OnMouseMove();
23 vtkInfoTextImage *_vtkinfotextimage;
27 #endif /*VTKINFOTEXTIMAGEINTERACTOR_H_*/