]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkBaseView.h
index 08bffa2be8c761dcd6b3ca6027920ca58b7dccfe..43ccd2f1b68839b7b64ecdf34a2456ad87f65aca 100644 (file)
@@ -70,29 +70,30 @@ public:
        wxVtkBaseView( wxWindow *parent );
        virtual ~wxVtkBaseView();
        wxVTKRenderWindowInteractor             *GetWxVTKRenderWindowInteractor() throw (char*);
-       virtual void                                    Configure();
-       virtual void                                    Refresh();
-       virtual void                                    RefreshView();
+       virtual void                            Configure();
+       virtual void                            Refresh();
+       virtual void                            RefreshView();
        virtual vtkRenderer*                    GetRenderer();
        virtual vtkRenderWindow*                GetRenWin();
-       virtual void                                    TransFromCoordScreenToWorld(double &X, double &Y, double &Z, bool keepNormalDirection=false,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);
+       void                                    TransCoordScreenToWorld(double &X, double &Y, double &Z,int type=2);
 
        /* JCP 04/05/09
-       void                                                    SetInteractorStyleBaseView( vtkInteractorStyleBaseView* interactorStyle);
+       void                                    SetInteractorStyleBaseView( vtkInteractorStyleBaseView* interactorStyle);
        */
-       void                                                    SetInteractorStyleBaseView( vtkInteractorStyleImage*    interactorStyle);
+       void                                    SetInteractorStyleBaseView( vtkInteractorStyleImage*    interactorStyle);
        /* JCP 04/05/09
         * 
        vtkInteractorStyleBaseView*             GetInteractorStyleBaseView();   
        */
        vtkInteractorStyleImage*                GetInteractorStyleBaseView();
-       virtual void                                    GetSpacing(double spc[3]);
+       virtual void                            GetSpacing(double spc[3]);
+       virtual int                             GetDirection();
 
 private:
-       wxWindow                                                *_parent;
+       wxWindow                                *_parent;
        wxVTKRenderWindowInteractor             *_iren;
        /**
         * JCP 04/05/09