]> Creatis software - creaMaracasVisu.git/commitdiff
wxVtkBaseView.cxx
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 8 Jun 2009 12:35:54 +0000 (12:35 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 8 Jun 2009 12:35:54 +0000 (12:35 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.h

index 31b41d5eb5ba0e7183eeb44ee0258a70c031d4fb..4b16887e390fed8debb77d3fa7f70e826e7912ea 100644 (file)
@@ -52,7 +52,7 @@ public:
        virtual void                                    RefreshView();
        virtual vtkRenderer*                    GetRenderer();
        virtual vtkRenderWindow*                GetRenWin();
-       virtual void                                    TransfromeCoordScreenToWorld(double &X, double &Y, double &Z, int type=2);
+       virtual void                                    TransFromeCoordScreenToWorld(double &X, double &Y, double &Z, int type=2);
        /* JCP 04/05/09
        void                                                    SetInteractorStyleBaseView( vtkInteractorStyleBaseView* interactorStyle);
        */