]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkVectorsVisu.cxx
#3100 creaVtk Feature New Normal - Vectors Visu refresh
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkVectorsVisu.cxx
index 783fe6469e1c6b55ea136a0616e7baf440cdc3cc..a0d8fddf59e91088256a945f3a81b916b27ebb34 100644 (file)
@@ -26,6 +26,7 @@ void VectorsVisu::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
 
+printf("EED VectorsVisu::Process Start \n");
      vectorsvisu.SetActive( bbGetInputActive() );
      vectorsvisu.SetDataObject( bbGetInputIn() );
      vectorsvisu.SetScaleFactor( bbGetInputScaleFactor() );
@@ -33,8 +34,10 @@ void VectorsVisu::Process()
      vectorsvisu.SetRenderer( bbGetInputRenderer() );
      vectorsvisu.SetTypeForm( bbGetInputTypeForm() );
      vectorsvisu.SetOrientation( bbGetInputOrientation() );
+     vectorsvisu.SetExternalLut( bbGetInputExternalLut() );
      vectorsvisu.Process();
      bbSetOutputOut( vectorsvisu.GetProp3D() );
+printf("EED VectorsVisu::Process End \n");
   
 }
 //===== 
@@ -53,6 +56,7 @@ void VectorsVisu::bbUserSetDefaultValues()
    bbSetInputOpacity(1);
    bbSetInputTypeForm(0);  
    bbSetInputOrientation(0);  
+   bbSetInputExternalLut(NULL);  
 }
 //===== 
 // 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)