X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkCutter.cxx;h=0e4f85af50e1e4d59188d59209919b8b8d7c78b2;hb=690b561e62bf9835b94cf248a6747b50b0641df7;hp=826d759336ef5e5f24c2d7d21f95299f8ce9b0c5;hpb=1b751726e6e277dc63258520d3c243f705d1b929;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx index 826d759..0e4f85a 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx @@ -33,7 +33,6 @@ void Cutter::Process() // See example in: // https://kitware.github.io/vtk-examples/site/Cxx/VisualizationAlgorithms/Cutter/ - printf("EED Cutter::Process start this=%p ImFu=%p \n ", this, bbGetInputImplicitFunction() ); if ( (bbGetInputActive()==true) && (bbGetInputIn()!=NULL) ) { vtkCutter *cutter; @@ -45,9 +44,8 @@ void Cutter::Process() } else { bbSetOutputOut( NULL ); } - - printf("EED Cutter::Process end\n "); } + //===== // 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) //=====