vtkInfoTextImageInteractorPlane2D.h

Go to the documentation of this file.
00001 #ifndef VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_
00002 #define VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_
00003 
00004 #include "vtkInfoTextImageInteractor.h"
00005 
00006 class vtkInfoTextImageInteractorPlane2D : public vtkInfoTextImageInteractor{
00007 public:
00008         vtkInfoTextImageInteractorPlane2D();
00009         ~vtkInfoTextImageInteractorPlane2D();
00010 
00011 protected:
00012 
00013         virtual bool  OnMouseMove();
00014 
00015 private:
00016 };
00017 
00018 #endif /*VTKINFOTEXTIMAGEINTERACTORPLANE2D_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1