X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FmanualContour%2FmanualContourBaseControler.cpp;h=f96fb484afeea85782bd74c89c561b0f915c57aa;hb=24937478048aca664712bb708240bff79879e0d9;hp=0711912763befc8956c37cb445377bdbf87e8bea;hpb=c6481486861a91e8ead2033566097c502488670e;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContourBaseControler.cpp b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContourBaseControler.cpp index 0711912..f96fb48 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContourBaseControler.cpp +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContourBaseControler.cpp @@ -137,7 +137,6 @@ bool manualContourBaseControler::OnChar() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnMouseMove() { - if ( _vtkInteractorStyleBaseView!=NULL) { int X,Y; @@ -145,6 +144,7 @@ bool manualContourBaseControler::OnMouseMove() _wxVTKiren= _vtkInteractorStyleBaseView->GetWxVtk2DBaseView()->GetWxVTKRenderWindowInteractor(); _wxVTKiren->GetEventPosition( X , Y ); + printf("EED manualContourBaseControler::OnMouseMove %d %d\n",X,Y); if ( (_vtkInteractorStyleBaseView->GetInteractor()->GetControlKey()==0) && (_vtkInteractorStyleBaseView->GetInteractor()->GetShiftKey()==0) ) { @@ -156,7 +156,6 @@ bool manualContourBaseControler::OnMouseMove() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnLeftButtonDown() { - printf("EED %p manualContourBaseControler::OnLeftButtonDown \n",this); SetKeyBoardMoving( false ); if ( _vtkInteractorStyleBaseView!=NULL ) { @@ -172,7 +171,6 @@ bool manualContourBaseControler::OnLeftButtonDown() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnLeftButtonUp() { - printf("EED %p manualContourBaseControler::OnLeftButtonUp \n",this); if ( _vtkInteractorStyleBaseView!=NULL ) { int X,Y; @@ -186,7 +184,6 @@ bool manualContourBaseControler::OnLeftButtonUp() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnLeftDClick() { - printf("EED %p manualContourBaseControler::OnLeftDClick \n",this); if ( _vtkInteractorStyleBaseView!=NULL ) { int X,Y; @@ -220,7 +217,6 @@ bool manualContourBaseControler::OnMiddleButtonUp() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnRightButtonDown() { - printf("EED %p manualContourBaseControler::OnRightButtonDown \n",this); if( _vtkInteractorStyleBaseView!= NULL ) { int X,Y; @@ -235,7 +231,6 @@ bool manualContourBaseControler::OnRightButtonDown() // ---------------------------------------------------------------------------- bool manualContourBaseControler::OnRightButtonUp() { - printf("EED %p manualContourBaseControler::OnRightButtonUp \n",this); return true; } // ---------------------------------------------------------------------------- @@ -295,7 +290,7 @@ void manualContourBaseControler::MouseDLeft(int x, int y ) { if (_state==0) { - + int z=GetZ(); /*bool temp = */ _manViewBaseCont->SelectPosibleContour(x,y,z); @@ -462,10 +457,8 @@ void manualContourBaseControler::AddPoint(int x, int y, int z) // virtual double xx = x; double yy = y; double zz = z; - GetManualViewBaseContour()->TransfromCoordViewWorld(xx,yy,zz); -printf("EED %p manualContourBaseControler::AddPoint \n", this); GetManualContourModel()->AddPoint(xx,yy,zz); GetManualViewBaseContour()->AddPoint(); // GetManualViewBaseContour()->UpdateViewPoint(id);