]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerMPR.cxx
module IRM view
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerMPR.cxx
index 246ae620dc8ccfba782b19c47bdaf44aac9aa238..8375a6ed0a31dbdba88d5193f49e30d112334c1c 100644 (file)
@@ -122,18 +122,15 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ViewerMPR)
 BBTK_BLACK_BOX_IMPLEMENTATION(ViewerMPR,bbtk::WxBlackBox);
 void ViewerMPR::Process()
 {
-printf("EED ViewerMPR::Process 01\n"); 
        if (wxwidget!=NULL){
                wxBusyCursor wait;         
                if(marimagedata==NULL){
                        wxwidget->setMarImage(new marImageData(bbGetInputIn() ));
                        wxwidget->ConfigureVTK();
                        
-                       
-printf("EED ViewerMPR::Process 02\n"); 
-                       wxwidget->wxPanel::Refresh();
-                       wxwidget->Show();
-//                     wxwidget->Refresh();
+//                     wxwidget->wxPanel::Refresh();
+                       wxwidget->Refresh();
+//                     wxwidget->Show();
                }
                bbSetOutputPoint( wxwidget->GetPoint() );
                bbSetOutputRenderer( wxwidget->GetRenderer() );  
@@ -142,7 +139,6 @@ printf("EED ViewerMPR::Process 02\n");
 
 void ViewerMPR::CreateWidget(wxWindow* parent)
 {
-printf("EED ViewerMPR::CreateWidget \n");      
        bbtkDebugMessageInc("Core",9,"ViewerMPR::CreateWidget() " <<std::endl);
        //JCP 10 - 03 - 09 marImageData *marimagedata = new marImageData(bbGetInputIn() );
        bbtkDebugDecTab("Core",9);