]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkCutter.cxx
MeshManager
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkCutter.cxx
index 826d759336ef5e5f24c2d7d21f95299f8ce9b0c5..742a700036b835569ae09c414d51850e95a37ea0 100644 (file)
@@ -33,7 +33,7 @@ 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() );
+    printf("EED Cutter::Process start this=%p   ImFu=%p In=%p\n", this, bbGetInputImplicitFunction() , bbGetInputIn() );
     if ( (bbGetInputActive()==true) && (bbGetInputIn()!=NULL) )
     {
         vtkCutter *cutter;
@@ -45,9 +45,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)
 //=====