# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamLine_Visu_Widget.bbs # ---------------------------------- include std include itkvtk include creaVtk include std include vtk define StreamLine_Visu_Widget creaVtk author "Author ??" description "Description ??" category "" new StreamLineVisu Box00 new StreamLineVisu_Interface Box01 new MultipleInputs Box02 set Box02.BoxProcessMode "Reactive" new UpdateRender Box03 set Box03.Active "true" new MagicBox Box04 connect Box01.ActivePlane Box00.Active connect Box01.Opacity Box00.Opacity connect Box01.ScaleFactor Box00.ScaleFactor connect Box01.TypeStreamLine Box00.TypeForm connect Box01.boxChange Box02.In2 connect Box02.BoxChange Box00.BoxExecute connect Box04.Out Box00.Renderer connect Box04.Out Box03.Renderer connect Box02.BoxChange Box03.BoxExecute # Complex input ports input polydata Box00.PolyData " " input boxExecute Box02.In1 " " input renderer Box04.In " " input Title Box01.title " " # Complex output ports output Widget Box01.widget " " message endefine