X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkMeasureLength.cxx;h=4dfc3d73d51b06e1b3485fe900ced5ccb4e15be1;hb=e42cfb393de2b9a0a1b8823e631c1f3094231c11;hp=1b2a64551cf1b2b1c8fa7aec5b2563eb1aa7256c;hpb=9a0cff4a61edd2b20bc0d7d00f4509193b8c50b6;p=bbtk.git diff --git a/packages/vtk/src/bbvtkMeasureLength.cxx b/packages/vtk/src/bbvtkMeasureLength.cxx index 1b2a645..4dfc3d7 100644 --- a/packages/vtk/src/bbvtkMeasureLength.cxx +++ b/packages/vtk/src/bbvtkMeasureLength.cxx @@ -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)