# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamlineExploration_Wideget.bbs # ---------------------------------- include std include itkvtk include vtk include wx include std include creaVtk define StreamlineExploration_Widget creaVtk author "Author ??" description "Description ??" category "" new UpdateRender Box22 set Box22.Active "true" new LayoutTab Box17 new MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" new PlaneWidget_StreamLineVisu_Widget Box30 new vtkImageDataPointerRelay Box26 new MagicBox Box28 new LayoutLine Box14 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 # Complex input ports input vtkImageData_vectors Box26.In " " input vtkRenderer Box28.In " " input Title Box14.WinTitle " " # Complex output ports output widget Box17.Widget " " message endefine