]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkBaseView.h
index 50d62acf84e3fec103627202606c7d7b6998d587..2283e0e40ce936a51e32a961880ca241325f567a 100644 (file)
@@ -38,9 +38,6 @@
 
 #include "vtkInteractorStyleImage.h"
 
-
-
-
 class creaMaracasVisu_EXPORT wxVtkBaseView{
 public:
        wxVtkBaseView( );
@@ -55,7 +52,7 @@ public:
        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);
+       void                                                    TransCoordScreenToWorld(double &X, double &Y, double &Z,int type=2);
 
        /* JCP 04/05/09
        void                                                    SetInteractorStyleBaseView( vtkInteractorStyleBaseView* interactorStyle);
@@ -80,18 +77,10 @@ protected:
 
 };
 
-
-
 //------------------------------------------------------------------
 //------------------------------------------------------------------
 //------------------------------------------------------------------
 
 
-
-
-
 #endif // __WX_VTK__BASE__VIEW__H
 
-
-
-