]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTensorsVisu.cxx
index 15c8e5c5d37b326bd0ba0c2f66a81b9cdc2a6bdb..bab4780ab3fba9185341b9de6be40cfba8fc50f0 100644 (file)
@@ -30,19 +30,14 @@ void TensorsVisu::Process()
 //      (the one provided in the attribute 'type' of the tag 'input')
 
 
-printf("EED TensorsVisu::Process() Start\n");
-
      tensorsvisu.SetActive( bbGetInputActive() );
      tensorsvisu.SetDataObject( bbGetInputIn() );
      tensorsvisu.SetScaleFactor( bbGetInputScaleFactor() );
      tensorsvisu.SetOpacity( bbGetInputOpacity() );
      tensorsvisu.SetRenderer( bbGetInputRenderer() );
      tensorsvisu.SetTypeForm( bbGetInputTypeForm() );
-printf("EED TensorsVisu::Process() 1\n");
      tensorsvisu.Process();
-printf("EED TensorsVisu::Process() 2\n");
      bbSetOutputOut( tensorsvisu.GetProp3D() );
-printf("EED TensorsVisu::Process() End\n");
 
 }
 //=====