]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImageInteractor.h
8a27075194274d914417b4480d7458d7a2061ded
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInfoTextImageInteractor.h
1 #ifndef VTKINFOTEXTIMAGEINTERACTOR_H_
2 #define VTKINFOTEXTIMAGEINTERACTOR_H_
3
4
5 //------------------------------------------------------------------
6 //------------------------------------------------------------------
7 //------------------------------------------------------------------
8 #include "vtkInfoTextImage.h"
9 #include "InteractorStyleMaracas.h"
10
11 class vtkInfoTextImageInteractor : public InteractorStyleMaracas{
12 public:
13         vtkInfoTextImageInteractor();
14         virtual ~vtkInfoTextImageInteractor();
15         void SetModelVtkInfoTextImage(vtkInfoTextImage *vtkinfotextimage);
16         vtkInfoTextImage *GetVtkInfoTextImage();
17
18 protected:
19
20         virtual bool  OnMouseMove();
21
22 private:
23         vtkInfoTextImage        *_vtkinfotextimage; 
24 };
25
26
27 #endif /*VTKINFOTEXTIMAGEINTERACTOR_H_*/