# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Widget.bbs # ---------------------------------- include std include itkvtk include creaVtk include std define TensorsVisu_Widget creaVtk author "Author ??" description "Description ??" category "" new creaVtk:VectorsVisu_Interface Box05 new std:MultipleInputs Box07 set Box07.BoxProcessMode "Reactive" new creaVtk:TensorsVisu Box04 connect Box05.boxChange Box07.In2 connect Box05.active Box04.Active connect Box07.BoxChange Box04.BoxExecute connect Box05.Opacity Box04.Opacity connect Box05.ScaleFactor Box04.ScaleFactor # Complex input ports input boxExecute Box07.In1 " " input vtkDataObject Box04.In " " input renderer Box04.Renderer " " # Complex output ports output Widget Box05.widget " " output BoxChange Box04.BoxChange " " endefine