From e8a30629bc7340d69352024e74cc127a1670f3c1 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Thu, 16 Jan 2025 12:35:46 +0100 Subject: [PATCH] Test code --- bbtk/src/bbmaracasvisuViewerNV.cxx | 5 ----- .../src/interface/wxWindows/widgets/wxVtkBaseView.cxx | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index 8458639..183fd5b 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -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 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()"<Layout(); diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx index 0a78875..937212d 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx @@ -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(); -- 2.49.0