]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuContourControlPoints.cxx
#3093 creaMaracasVisu Feature New Normal - Contour Information in pixels and image...
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuContourControlPoints.cxx
index b59f6ae5b4f0166fdec7ce41d48e48ba57e0e1b6..243352547a8716f305df14df2c40229d356471f4 100644 (file)
@@ -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");
 
 }
 //=====