# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Widget.bbs # ---------------------------------- include std include itkvtk include creaVtk include vtk include std define PlaneVectorVisu_Widget creaVtk author "Author ??" description "Description ??" category "" new creaVtk:VectorsVisu Box00 new creaVtk:PlaneWidget Box01 new vtk:ProbeFilter Box03 new vtk:vtkImageDataPointerRelay Box04 new std:MagicBox Box05 new creaVtk:PlaneVectorViso_Interface Box06 set Box06.typeFormsStr "Line Arrow" new vtk:UpdateRender Box13 set Box13.Active "true" set Box13.BoxProcessMode "Reactive" new std:SharedMemory Box15 new std:MagicBox Box11 connect Box03.Out Box00.In connect Box01.Out Box03.Input connect Box04.Out Box03.Source connect Box04.Out Box01.In connect Box05.Out Box01.Renderer connect Box05.Out Box00.Renderer connect Box06.AcitiveVector Box00.Active connect Box06.ActivePlaneControl Box01.Active connect Box06.Opacity Box00.Opacity connect Box06.ScaleFactor Box00.ScaleFactor connect Box06.Ratio Box01.Resolution connect Box06.typeForm Box00.TypeForm connect Box05.Out Box13.Renderer connect Box15.Out Box00.BoxExecute connect Box06.boxChange Box15.In1 connect Box15.Out Box13.BoxExecute connect Box11.Out Box15.In2 # Complex input ports input vtkImageData Box04.In " " input renderer Box05.In " " input boxexecute Box11.BoxExecute " " # Complex output ports output Widget Box06.widget " " output boxchange Box15.Out " " endefine