X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkTensorsVisu.cxx;h=d05e1a75a642f175fa8382711b62d676ad2d01a8;hb=cd050787c113569dd80c8cd3aa8eaf4dc378af97;hp=3f61eca110f4d0a60bef06124f17410a59fdea40;hpb=baedf84edee0776111219f64436cc08803ed14c3;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx index 3f61eca..d05e1a7 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx @@ -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)