]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.cxx
#3473 Stuck Render macOS
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.cxx
index 2942530922006dc77d2baf1782440b45a69887f7..618488f93713d78c071fbc30f56c31c3806c83cb 100644 (file)
@@ -97,7 +97,7 @@ void wxVtk2DBaseView::TransformCoordinate_spacing_ModelToView(double &X,double &
 //-------------------------------------------------------------------
 void wxVtk2DBaseView::ResetView()
 {
-       printf("EED wxVtk2DBaseView::ResetView");
+       printf("EED wxVtk2DBaseView::ResetView Start\n");
        double spx = 0,spy = 0,spz = 0;
        int x1 = 1,x2 = 1,y1 = 1,y2 = 1,z1 = 1,z2 = 1;
        wxVtkBaseView::Configure();
@@ -150,6 +150,7 @@ printf("//EED wxVtk2DBaseView::ResetView %d %d    %d %d     %d %d \n",x1,x2,y1,y
 
        // RaC
        //////////////
+    printf("EED wxVtk2DBaseView::ResetView End\n");
 
 }
 
@@ -334,6 +335,7 @@ void wxVtk2DBaseView::UpdateCameraParallelScale()
 //-------------------------------------------------------------------
 void wxVtk2DBaseView::Refresh()
 {
+printf("EED wxVtk2DBaseView::Refresh Start\n");
        int z = (int)(GetVtkBaseData()->GetZ());
        _imageViewer2XYZ->SetZSlice( z );
 //EED 2016/02/19
@@ -343,6 +345,7 @@ void wxVtk2DBaseView::Refresh()
        UpdateColorWindowLevel();       
        UpdateCameraParallelScale();    
        wxVtkBaseView::Refresh();
+printf("EED wxVtk2DBaseView::Refresh End\n");
 }
 
 //-------------------------------------------------------------------