X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkTensorsVisu.cxx;h=bab4780ab3fba9185341b9de6be40cfba8fc50f0;hb=64265375302fbc68da8a3ead24f716881d12536c;hp=3f61eca110f4d0a60bef06124f17410a59fdea40;hpb=562222204bce7de0a24fac67cb4e5acc05b20f5d;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx index 3f61eca..bab4780 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,7 @@ void TensorsVisu::Process() // * TYPE is the C++ type of the input/output // (the one provided in the attribute 'type' of the tag 'input') + tensorsvisu.SetActive( bbGetInputActive() ); tensorsvisu.SetDataObject( bbGetInputIn() ); tensorsvisu.SetScaleFactor( bbGetInputScaleFactor() ); @@ -34,6 +38,7 @@ void TensorsVisu::Process() tensorsvisu.SetTypeForm( bbGetInputTypeForm() ); tensorsvisu.Process(); bbSetOutputOut( tensorsvisu.GetProp3D() ); + } //===== // 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)