# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamLineExploration_Widget.bbs # ---------------------------------- include std include itkvtk include vtk include wx include std include creaVtk define StreamlineExploration_Widget creaVtk author "Author ??" description "Description ??" category "" new vtk:UpdateRender Box22 set Box22.Active "true" new wx:LayoutTab Box17 new std:MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" new creaVtk:PlaneWidget_StreamLineVisu_Widget Box30 new vtk:vtkImageDataPointerRelay Box26 new std:MagicBox Box28 new wx:LayoutLine Box14 new std:MagicBox Box07 connect Box23.BoxChange Box22.BoxExecute connect Box30.boxchange Box23.In5 connect Box26.Out Box30.In connect Box28.Out Box22.Renderer connect Box28.Out Box30.Renderer connect Box30.Widget Box14.Widget1 connect Box14.Widget Box17.Widget1 connect Box07.Out Box14.WinTitle # Complex input ports input vtkImageData_vectors Box26.In " " input vtkRenderer Box28.In " " input Title Box07.In " " # Complex output ports output widget Box17.Widget " " endefine