From: Eduardo Davila Date: Thu, 26 Aug 2010 12:53:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=e86fe14fab3ca41f54b110ef3a19b6ce0bfd6bd3 *** empty log message *** --- diff --git a/bbtk/src/bbCreaContournDimensions.cxx b/bbtk/src/bbCreaContournDimensions.cxx index 55eab43..89164e5 100644 --- a/bbtk/src/bbCreaContournDimensions.cxx +++ b/bbtk/src/bbCreaContournDimensions.cxx @@ -9,7 +9,6 @@ BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaContours,nDimensions) BBTK_BLACK_BOX_IMPLEMENTATION(nDimensions,bbtk::WxBlackBox); void nDimensions::Process() { -printf("EED nDimensions::Process 01\n"); double **vectx = 0, **vecty = 0, **vectz = 0; std::vector< void * > vectortemp; @@ -29,26 +28,18 @@ printf("EED nDimensions::Process 01\n"); printf("EED nDimensions::Process 03\n"); } - printf("EED nDimensions::Process 04\n"); if(currentimg != NULL){ int contourtype = bbGetInputContourType(); //wxContourMainFrame::getInstance()->getValuesXYZ(vectx, vecty, vectz, &size); //wxContourMainFrame::getInstance()->getMaskValue(mask, value, contourtype); } - printf("EED nDimensions::Process 05\n"); bbSetOutputX(vectx); - printf("EED nDimensions::Process 05.1\n"); bbSetOutputY(vecty); - printf("EED nDimensions::Process 05.2\n"); bbSetOutputZ(vectz); - printf("EED nDimensions::Process 05.3\n"); bbSetOutputSizeContour(size); - printf("EED nDimensions::Process 05.4\n"); bbSetOutputMask(*mask); - printf("EED nDimensions::Process 05.5\n"); bbSetOutputValue(*value); - printf("EED nDimensions::Process 06\n"); } //----------------------------------------------------------------- @@ -66,7 +57,8 @@ void nDimensions::CreateWidget(wxWindow* parent) //bbSetOutputWidget( frame1 ); std::string datadir="."; #ifdef WIN32 - datadir = crea::System::GetDllAppPath(); +printf("EED WARNING Verify that GetDllAppPath in nDimensions::CreateWidget bbCreaContournDimensions is working.. \n"); + datadir = crea::System::GetDllAppPath("bbCreaContours.dll"); #else datadir= crea::System::GetExecutablePath(); #endif