]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerNV.cxx
addition of file
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerNV.cxx
index 719c0df788e96dd209e317ddb65a57630dc69d4f..137b01261ffb9adc3f830664b239df356322e068 100644 (file)
@@ -60,6 +60,9 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ViewerNV,bbtk::WxBlackBox);
 //-------------------------------------------------------------
 void ViewerNV::Process()
 {
+       
+       printf("EED ViewerNV::Process start \n");
+       
        vtkImageData* img = bbGetInputIn();
 /*
        double spc[3];
@@ -146,17 +149,21 @@ void ViewerNV::Process()
                        }
                }
        }//  mwxwidget != NULL
+       
+       printf("EED ViewerNV::Process end\n");
 }
 
 //-------------------------------------------------------------
 void ViewerNV::CreateWidget(wxWindow* parent)
 {
+       printf("EED ViewerNV::CreateWidget start\n");
 
     bbtkDebugMessageInc("Core",9,"ViewerNV::CreateWidget()"<<std::endl);
        mwxwidget = new bbwxMaracas_N_ViewersWidget( this, parent );
        bbtkDebugDecTab("Core",9);
     bbSetOutputWidget( mwxwidget );
 
+       printf("EED ViewerNV::CreateWidget end\n");
 
        //this->bbSignalOutputModification();
        //Process();