]> Creatis software - creaMaracasVisu.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 11:35:46 +0000 (12:35 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 11:35:46 +0000 (12:35 +0100)
bbtk/src/bbmaracasvisuViewerNV.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx

index 8458639f826394e460641cec365891be409ab420..183fd5bf92019030357ff07d502b5ecb41967c90 100644 (file)
@@ -111,8 +111,6 @@ 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)
@@ -179,13 +177,11 @@ 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);
@@ -200,7 +196,6 @@ void ViewerNV::CreateWidget(wxWindow* parent)
 // when window is shown
 void ViewerNV::OnShowWidget()
 {
-    printf("EED  ViewerNV::OnShowWidget\n");
     if (_mwxwidget!=NULL)
     {
         _mwxwidget->Layout();
index 0a7887531994bc62cbc69eb7558eb727a1dd154b..937212d3b5887677810433b117e636f5a9a8e1de 100644 (file)
@@ -84,6 +84,7 @@ void wxVtkBaseView::Configure()  // virtual
 //-------------------------------------------------------------------
 void wxVtkBaseView::Refresh()  // virtual
 {
+    printf("EED wxVtkBaseView::Refresh \n");
 // EED 10 Oct 2007
        #if defined(WIN32)
                _iren->Refresh(true);
@@ -110,6 +111,7 @@ void wxVtkBaseView::Refresh()  // virtual
 //-------------------------------------------------------------------
 void wxVtkBaseView::RefreshView()  // virtual 
 {
+    printf("EED wxVtkBaseView::RefreshView \n");
 // EED 10 Oct 2007
        #if defined(WIN32)
                GetRenWin()->Render();