vtkInteractorStyleBaseView3D.h

Go to the documentation of this file.
00001 #ifndef VTKINTERACTORSTYLEBASEVIEW3D_H_
00002 #define VTKINTERACTORSTYLEBASEVIEW3D_H_
00003 
00004 
00005 //------------------------------------------------------------------
00006 //------------------------------------------------------------------
00007 //------------------------------------------------------------------
00008 #include "vtkInteractorStyleBaseView.h" 
00009 
00010 class creaMaracasVisu_EXPORT vtkInteractorStyleBaseView3D : public vtkInteractorStyleBaseView {
00011 public:
00012         vtkInteractorStyleBaseView3D();
00013         ~vtkInteractorStyleBaseView3D();
00014         static vtkInteractorStyleBaseView3D *New();
00015 
00016         virtual void  OnMouseMove () ;
00017         virtual void  OnLeftButtonDown (); 
00018         virtual void  OnLeftButtonUp () ;
00019         virtual void  OnMiddleButtonDown (); 
00020         virtual void  OnMiddleButtonUp () ;
00021         virtual void  OnRightButtonDown () ;
00022         virtual void  OnRightButtonUp () ;
00023 
00024 private:
00025 
00026 };
00027 
00028 #endif /*VTKINTERACTORSTYLEBASEVIEW3D_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1