# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/TensorsVisu_Wideget.bbs # ---------------------------------- include std include itkvtk include creaVtk include std define TensorsVisu_Wideget creaVtk author "Author ??" description "Description ??" category "" new VectorsVisu_Interface Box05 new MultipleInputs Box07 set Box07.BoxProcessMode "Reactive" new 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 " " message endefine