]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMeasureLength.cxx
2391 BBTK Feature New Normal box castVector in std package
[bbtk.git] / packages / vtk / src / bbvtkMeasureLength.cxx
index 1b2a64551cf1b2b1c8fa7aec5b2563eb1aa7256c..4dfc3d73d51b06e1b3485fe900ced5ccb4e15be1 100644 (file)
@@ -13,7 +13,7 @@ BBTK_BLACK_BOX_IMPLEMENTATION(MeasureLength,bbtk::AtomicBlackBox);
 //===== 
 void MeasureLength::Process()
 {
-       //std::cout << "RaC MeasureLength::Process START"<< std::endl;
+       std::cout << "RaC MeasureLength::Process START"<< std::endl;
 
        _points = bbGetInputPoints();
        _image = bbGetInputImageData();
@@ -61,7 +61,7 @@ void MeasureLength::Process()
 
        bbSetOutputLength(sumLength);
 
-       //std::cout << "RaC MeasureLength::Process END"<< std::endl;
+       std::cout << "RaC MeasureLength::Process END"<< std::endl;
 }
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)