From: eduardo.davila@creatis.insa-lyon.fr Date: Tue, 14 Jan 2025 16:59:43 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ddf2dac0ac701a404ee742ac0e285e8447107627;p=creaMaracasVisu.git Test code --- diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index 183fd5b..8458639 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -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 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()"<Layout();