X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtkBaseView.cxx;h=00cfbdc7d2a6234530e8b69dbda8653005014ba5;hb=65c158dc171f8d3114ee3544b2a94a1f41880df0;hp=73904c377e64241392224d6c7c0185e09a7e57f5;hpb=01a05991ee45499e27dc7aa17652560f2020eb2a;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx index 73904c3..00cfbdc 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx @@ -24,8 +24,6 @@ wxVtkBaseView::wxVtkBaseView(wxWindow *parent) // _iren->UseCaptureMouseOn(); // _iren = new wxVTKRenderWindowInteractor(_parent,-1); _interactorStyle = NULL; - - } //------------------------------------------------------------------- @@ -119,8 +117,7 @@ void wxVtkBaseView::TransCoordScreenToWorld(double &X, double &Y, double &Z, int //---------------------------------------------------------------------------- void wxVtkBaseView::TransFromCoordScreenToWorld(double &X, double &Y, double &Z, bool keepNormalDirection, int type) //virtual //keepNormalDirection=false, type=2 -{ - +{ double xx = X; double yy = Y; double zz = Z; @@ -135,7 +132,7 @@ void wxVtkBaseView::TransFromCoordScreenToWorld(double &X, double &Y, double &Z, // EEDx5 //JCP 13/05/2009 vtkInteractorStyleBaseView* interactorstyle = (vtkInteractorStyleBaseView*)this->GetInteractorStyleBaseView(); - wxVtk2DBaseView* baseview = (wxVtk2DBaseView*)interactorstyle->GetWxVtk2DBaseView(); + wxVtk2DBaseView* baseview = (wxVtk2DBaseView*)interactorstyle->GetWxVtk2DBaseView(); double fP[3]; fP[0] = X; @@ -171,7 +168,6 @@ vtkInteractorStyleImage* wxVtkBaseView::GetInteractorStyleBaseView() return _interactorStyle; } - //--------------------------------------------------------------------------- void wxVtkBaseView::SetInteractorStyleBaseView( vtkInteractorStyleImage* interactorStyle) @@ -188,8 +184,6 @@ void wxVtkBaseView::GetSpacing(double spc[3]) // virtual spc[2]=1; } - - //------------------------------------------------------------------- //------------------------------------------------------------------- //-------------------------------------------------------------------