]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx
#2501 creaVtk Bug New Normal - Clean events in Vectors and Tensors visu widgets...
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTensorsVisu.cxx
index 3f61eca110f4d0a60bef06124f17410a59fdea40..d05e1a75a642f175fa8382711b62d676ad2d01a8 100644 (file)
@@ -3,6 +3,9 @@
 //===== 
 #include "bbcreaVtkTensorsVisu.h"
 #include "bbcreaVtkPackage.h"
+
+
+
 namespace bbcreaVtk
 {
 
@@ -26,6 +29,9 @@ void TensorsVisu::Process()
 //    * TYPE is the C++ type of the input/output
 //      (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() );
@@ -34,6 +40,8 @@ void TensorsVisu::Process()
      tensorsvisu.SetTypeForm( bbGetInputTypeForm() );
      tensorsvisu.Process();
      bbSetOutputOut( tensorsvisu.GetProp3D() );
+printf("EED TensorsVisu::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)