X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView.cxx;h=b40c577960ab68b8c30cf1ab72ac7e50f0ec2ccd;hb=15112ae15da4222831b0e8e7c9be87daf9e99a1c;hp=c8cedd05ebcee7bf2e5c624a14cb1967dbc89481;hpb=8fe3840d8162a28cba68bf576b782499954871a7;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx index c8cedd0..b40c577 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx @@ -147,21 +147,10 @@ void vtkInteractorStyleBaseView::InsertInteractorStyleMaracas(int pos, Interacto //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas(int type) { -printf("EED vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas Start \n "); InteractorStyleMaracas *intStyMar; int i,size=_lstInteractorStyleMaracas.size(); -//EED Borrame -//FILE *ff = fopen("c:/temp/wxVtkBaseView_SceneManagerStadistics.txt","a+"); -//fprintf(ff,"EED vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas \n" ); -//for (i=0;i_wxvtkbaseview->Refresh(); - printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh 1.1 \n "); } if (_parent_refresh_waiting==true) { @@ -384,22 +368,17 @@ printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh Start \n "); #if wxMAJOR_VERSION <= 2 this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessEvent(newevent1); #else - printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh 2.0 \n "); this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessWindowEvent(newevent1); - printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh 2.1 \n "); #endif int i; int size = _lstParentToReport.size(); for(i = 0; iProcessEvent(newevent1); - printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh 3.1 \n "); }//for }//if }//if _blockRefresh -printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh End\n"); } //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::BlockRefresh()