vtkInfoTextImageInteractor.h

Go to the documentation of this file.
00001 #ifndef VTKINFOTEXTIMAGEINTERACTOR_H_
00002 #define VTKINFOTEXTIMAGEINTERACTOR_H_
00003 
00004 
00005 //------------------------------------------------------------------
00006 //------------------------------------------------------------------
00007 //------------------------------------------------------------------
00008 #include "vtkInfoTextImage.h"
00009 #include "InteractorStyleMaracas.h"
00010 
00011 class vtkInfoTextImageInteractor : public InteractorStyleMaracas{
00012 public:
00013         vtkInfoTextImageInteractor();
00014         virtual ~vtkInfoTextImageInteractor();
00015         void SetModelVtkInfoTextImage(vtkInfoTextImage *vtkinfotextimage);
00016         vtkInfoTextImage *GetVtkInfoTextImage();
00017 
00018 protected:
00019 
00020         virtual bool  OnMouseMove();
00021 
00022 private:
00023         vtkInfoTextImage        *_vtkinfotextimage; 
00024 };
00025 
00026 
00027 #endif /*VTKINFOTEXTIMAGEINTERACTOR_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1