# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Widget.bbs # ---------------------------------- include std include itkvtk include creaVtk include vtk include std define VolumeVectorVisu_Widget creaVtk author "Author ??" description "Description ??" category "" new creaVtk:VectorsVisu Box00 new vtk:MaskPoint Box07 new creaVtk:VolumeVectorVisu_Interface Box02 new vtk:UpdateRender Box03 set Box03.Active "true" new std:MagicBox Box04 new vtk:ProbeFilter Box05 new std:MagicBox Box06 connect Box02.AcitiveVector Box00.Active connect Box02.Opacity Box00.Opacity connect Box02.Ratio Box07.Ratio connect Box02.ScaleFactor Box00.ScaleFactor connect Box02.boxChange Box07.BoxExecute connect Box02.boxChange Box00.BoxExecute connect Box04.Out Box00.Renderer connect Box04.Out Box03.Renderer connect Box02.boxChange Box03.BoxExecute connect Box02.form Box00.TypeForm connect Box06.Out Box07.In connect Box06.Out Box05.Input connect Box06.Out Box05.Source connect Box05.Out Box00.In # Complex input ports input renderer Box04.In " " input vtkImageData Box06.In " " # Complex output ports output boxchange Box02.boxChange " " output Widget Box02.widget " " endefine