From 0c3a32b70caed542c709c9c4f21419c3e9761800 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 12 May 2011 09:18:52 +0000 Subject: [PATCH] no message --- bbtk/src/bbmaracasvisuAxeVolume.cxx | 3 --- bbtk/src/bbmaracasvisuViewerNV.cxx | 7 +++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bbtk/src/bbmaracasvisuAxeVolume.cxx b/bbtk/src/bbmaracasvisuAxeVolume.cxx index 17f2381..1711efe 100644 --- a/bbtk/src/bbmaracasvisuAxeVolume.cxx +++ b/bbtk/src/bbmaracasvisuAxeVolume.cxx @@ -28,8 +28,6 @@ void AxeVolume::Process() invSpc[1] = 1/spc[1]; invSpc[2] = 1/spc[2]; -printf("EED AxeVolume::Process invSpc %f %f %f\n",invSpc[0],invSpc[1],invSpc[2] ); - mimage = vtkImageData::New(); mimage->SetDimensions(sizeX,sizeY,sizeZ); mimage->SetOrigin(0,0,0); @@ -73,7 +71,6 @@ printf("EED AxeVolume::Process invSpc %f %f %f\n",invSpc[0],invSpc[1],invSpc[2] px = bbGetInputlstPointX()[iAxe] * invSpc[0]; py = bbGetInputlstPointY()[iAxe] * invSpc[1]; pz = bbGetInputlstPointZ()[iAxe] * invSpc[2]; - printf("AxeVolume::Process %d -> %f, %f, %f,%f\n",iAxe, px,py,pz,r); px1 = px - r; py1 = py - r; pz1 = pz - r; 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(); -- 2.45.1