X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuViewerNV.cxx;h=137b01261ffb9adc3f830664b239df356322e068;hb=0c3a32b70caed542c709c9c4f21419c3e9761800;hp=719c0df788e96dd209e317ddb65a57630dc69d4f;hpb=73f64d7f5f756be3076feef1ddd6ee67d6bc1d37;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuViewerNV.cxx b/bbtk/src/bbmaracasvisuViewerNV.cxx index 719c0df..137b012 100644 --- a/bbtk/src/bbmaracasvisuViewerNV.cxx +++ b/bbtk/src/bbmaracasvisuViewerNV.cxx @@ -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()"<bbSignalOutputModification(); //Process();