]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h
creaButtonContainer: exceptions added, doxygen documentation added :)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkBaseView.h
index 31b41d5eb5ba0e7183eeb44ee0258a70c031d4fb..8833e716e54bf3a114542ab3e7cc76d183785e3b 100644 (file)
 //class vtkInteractorStyleBaseView;  
  */
 
-#include "vtkInteractorStyleImage.h"
-
-
 
+#include "vtkInteractorStyleImage.h"
 
 class creaMaracasVisu_EXPORT wxVtkBaseView{
 public:
@@ -52,7 +50,11 @@ public:
        virtual void                                    RefreshView();
        virtual vtkRenderer*                    GetRenderer();
        virtual vtkRenderWindow*                GetRenWin();
-       virtual void                                    TransfromeCoordScreenToWorld(double &X, double &Y, double &Z, int type=2);
+       virtual void                                    TransFromCoordScreenToWorld(double &X, double &Y, double &Z, bool keepNormalDirection=false,int type=2);
+
+       //RaC 03-2010 Method used by TransFromCoordScreenToWorld
+       void                                                    TransCoordScreenToWorld(double &X, double &Y, double &Z,int type=2);
+
        /* JCP 04/05/09
        void                                                    SetInteractorStyleBaseView( vtkInteractorStyleBaseView* interactorStyle);
        */
@@ -76,18 +78,10 @@ protected:
 
 };
 
-
-
 //------------------------------------------------------------------
 //------------------------------------------------------------------
 //------------------------------------------------------------------
 
 
-
-
-
 #endif // __WX_VTK__BASE__VIEW__H
 
-
-
-