]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx
#2811 creaVtk Feature New Normal - ConcatTransform ImageAccumulate TransformVector
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkTensorsVisu.cxx
index 40202e2311e7f95a5e06a7bfe5ecaab2a521249c..d05e1a75a642f175fa8382711b62d676ad2d01a8 100644 (file)
@@ -3,6 +3,9 @@
 //===== 
 #include "bbcreaVtkTensorsVisu.h"
 #include "bbcreaVtkPackage.h"
+
+
+
 namespace bbcreaVtk
 {
 
@@ -26,13 +29,19 @@ 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() );
      tensorsvisu.SetOpacity( bbGetInputOpacity() );
      tensorsvisu.SetRenderer( bbGetInputRenderer() );
+     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)
@@ -47,6 +56,7 @@ void TensorsVisu::bbUserSetDefaultValues()
    bbSetInputRenderer(NULL);
    bbSetInputScaleFactor(500);
    bbSetInputOpacity(1);
+   bbSetInputTypeForm(0);
 }
 //===== 
 // 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)