X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=bbtk_creaVtk_PKG%2Fsrc%2FbbcreaVtkTensorsVisu.cxx;h=d05e1a75a642f175fa8382711b62d676ad2d01a8;hb=1881fea361d821e87606520e6d6a2ca9ed128659;hp=40202e2311e7f95a5e06a7bfe5ecaab2a521249c;hpb=41a74698bb0203749248628baa1503144e1f12f7;p=creaVtk.git diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkTensorsVisu.cxx index 40202e2..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,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)