]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk3DBaseView.cxx
Bug #1373
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk3DBaseView.cxx
index 58ba013414d29a90420714c7d02242f92e87cd0f..9a12bccb7262162da71a6c8fbee9f6ad5c9ada9b 100644 (file)
@@ -53,11 +53,9 @@ void wxVtk3DBaseView::Refresh()
 void wxVtk3DBaseView::SetStereo(int type)
 {
        //EED 02/06/2012  
-       printf("EED wxVtk3DBaseView::SetStereo  start\n");
-
+       
        if (_renWin!=NULL)
        {
-               printf("EED wxVtk3DBaseView::SetStereo  2\n");
                if (type==0)
                {
                        _renWin->SetStereoRender(0); // OFF
@@ -79,18 +77,14 @@ void wxVtk3DBaseView::SetStereo(int type)
                
                } // if type
        } // _renWin
-       printf("EED wxVtk3DBaseView::SetStereo  end\n");
-
 }
 
 
 //-------------------------------------------------------------------
 void wxVtk3DBaseView::Configure()
 {
-       printf("EED wxVtk3DBaseView::Configure A\n");
        if (_configure==false)
        {
-       printf("EED wxVtk3DBaseView::Configure B\n");
                _configure=true;
                //wxVtkBaseView::Configure();
                _aRenderer      = vtkRenderer::New();