#ifndef VTKINFOTEXTIMAGEINTERACTOR_H_ #define VTKINFOTEXTIMAGEINTERACTOR_H_ //------------------------------------------------------------------ //------------------------------------------------------------------ //------------------------------------------------------------------ #include "vtkInfoTextImage.h" #include "InteractorStyleMaracas.h" class vtkInfoTextImageInteractor : public InteractorStyleMaracas{ public: vtkInfoTextImageInteractor(); virtual ~vtkInfoTextImageInteractor(); void SetModelVtkInfoTextImage(vtkInfoTextImage *vtkinfotextimage); vtkInfoTextImage *GetVtkInfoTextImage(); protected: virtual bool OnMouseMove(); private: vtkInfoTextImage *_vtkinfotextimage; }; #endif /*VTKINFOTEXTIMAGEINTERACTOR_H_*/