]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbCreateBlackBox/xml-templates/VTK_PolyDataAlgorithm-template.xml
Bug fix in status propagation
[bbtk.git] / kernel / appli / bbCreateBlackBox / xml-templates / VTK_PolyDataAlgorithm-template.xml
index c7f15bcac32ca0ec9ff1a3cfc3e2da7a76e8371c..875a647c599efa3427b62ccbdaa1c65e3c2c22bf 100644 (file)
 
 <process>
 <PRE>
-  SetInput(bbGetInputIn1());
-  SetInput(bbGetInputIn2());
-  SetInput(bbGetInputIn3());
-  SetInput(bbGetInputIn4());
-  SetInput(bbGetInputIn5());
+  bbSetOutput((vtkPolyData *)0);
 
   Update();
 </PRE>