]> Creatis software - creaMaracasVisu.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 14 Jan 2025 16:59:43 +0000 (17:59 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 14 Jan 2025 16:59:43 +0000 (17:59 +0100)
bbtk/src/bbmaracasvisuViewerNV.cxx

index 183fd5bf92019030357ff07d502b5ecb41967c90..8458639f826394e460641cec365891be409ab420 100644 (file)
@@ -111,6 +111,8 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ViewerNV,bbtk::WxBlackBox);
 //-------------------------------------------------------------
 void ViewerNV::Process()
 {
+    printf("EED  ViewerNV::Process start\n");
+
     vtkImageData* img          = bbGetInputIn();
     std::vector<int> type      = bbGetInputnTypeView();
     if(img != NULL && _mwxwidget != NULL)
@@ -177,11 +179,13 @@ void ViewerNV::Process()
          }
          */
     }//  mwxwidget != NULL
+    printf("EED  ViewerNV::Process end\n");
 }
 
 //-------------------------------------------------------------
 void ViewerNV::CreateWidget(wxWindow* parent)
 {
+    printf("EED  ViewerNV::CreateWidget\n");
     bbtkDebugMessageInc("Core",9,"ViewerNV::CreateWidget()"<<std::endl);
     _mwxwidget = new bbwxMaracas_N_ViewersWidget( this, parent );
     bbtkDebugDecTab("Core",9);
@@ -196,6 +200,7 @@ void ViewerNV::CreateWidget(wxWindow* parent)
 // when window is shown
 void ViewerNV::OnShowWidget()
 {
+    printf("EED  ViewerNV::OnShowWidget\n");
     if (_mwxwidget!=NULL)
     {
         _mwxwidget->Layout();