# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VolumeTensorVisu_Widget.bbs # ---------------------------------- include std include itkvtk include vtk include creaVtk define VolumeTensorVisu_Widget creaVtk author "Author ??" description "Description ??" category "" new MaskPoint Box07 new VolumeVectorVisu_Interface Box02 new TensorsVisu Box03 connect Box02.Ratio Box07.Ratio connect Box02.boxChange Box07.BoxExecute connect Box02.AcitiveVector Box03.Active connect Box02.Opacity Box03.Opacity connect Box02.ScaleFactor Box03.ScaleFactor connect Box02.boxChange Box03.BoxExecute connect Box07.Out Box03.In # Complex input ports input vtkImageData Box07.In " " input renderer Box03.Renderer " " # Complex output ports output boxchange Box02.boxChange " " output Widget Box02.widget " " endefine