]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/bbwxvtkViewer2D.cxx
*** empty log message ***
[bbtk.git] / packages / wxvtk / src / bbwxvtkViewer2D.cxx
index 48ac1ac175b1d0c930990f1881a57432cbe38f62..7c5b5f4a28c9a0081bbe46e1fe740b7769c0f2f4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxvtkViewer2D.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/05/28 08:12:18 $
-  Version:   $Revision: 1.36 $
+  Date:      $Date: 2009/05/28 08:55:45 $
+  Version:   $Revision: 1.37 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -236,18 +236,15 @@ namespace bbwxvtk
        bbtkMessage("Output", 2, "Viewer2D : Orientation was not 0< <2 "<<std::endl);
        orientation=2; // Why not?      
     }
-       std::cout << "slicepre = "<<std::endl;
-           // mBox->bbIsShown() is necessary to be sure that the wxWindow is already 
+
+    // mBox->bbIsShown() is necessary to be sure that the wxWindow is already 
     // created and displayed. 
     // Else when slice != 0 we get an X Window System error with wxGTK
-
-       std::cout << "shown = "<<mBox->bbIsShown()<<std::endl;
     if (
        (backImageData!=NULL)&&
        (mBox->bbIsShown()))
     {
                int z = mBox->bbGetInputSlice();
-               std::cout << "slice = "<<z<<std::endl;
                int ext[6];
                backImageData->GetWholeExtent(ext);
                /*