X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbcreaMaracasVisuContourControlPoints.cxx;h=243352547a8716f305df14df2c40229d356471f4;hb=39ac649f6a07b1646505a9d8c418f72bd76fc64e;hp=b59f6ae5b4f0166fdec7ce41d48e48ba57e0e1b6;hpb=698969b05363b20aeb3311389ff70ad5716236e1;p=creaMaracasVisu.git diff --git a/bbtk/src/bbcreaMaracasVisuContourControlPoints.cxx b/bbtk/src/bbcreaMaracasVisuContourControlPoints.cxx index b59f6ae..2433525 100644 --- a/bbtk/src/bbcreaMaracasVisuContourControlPoints.cxx +++ b/bbtk/src/bbcreaMaracasVisuContourControlPoints.cxx @@ -5,7 +5,6 @@ #include "bbcreaMaracasVisuPackage.h" - namespace bbcreaMaracasVisu { @@ -16,7 +15,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ContourControlPoints,bbtk::AtomicBlackBox); //===== void ContourControlPoints::Process() { -printf("EED ContourControlPoints::Process Start\n"); // THE MAIN PROCESSING METHOD BODY // Here we simply set the input 'In' value to the output 'Out' // And print out the output value @@ -34,6 +32,7 @@ printf("EED ContourControlPoints::Process Start\n"); // Contorno 1 + if ( bbGetInputwxVtkBaseView() != NULL ) { if (_manContourControl_1==NULL) @@ -83,7 +82,6 @@ printf("EED ContourControlPoints::Process Start\n"); } // wxVtkBaseView -printf("EED ContourControlPoints::Process End\n"); } //=====