# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/VectorsExploration_Wideget.bbs # ---------------------------------- include std include itkvtk include vtk include wx include std include creaVtk define VectorsExploration_Widget creaVtk author "Author ??" description "Description ??" category "" new UpdateRender Box22 set Box22.Active "true" new LayoutTab Box17 set Box17.WinTitle "VectorsTensors Analysis" new MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" new PlaneVectorVisu_Widget Box41 new LayoutLine Box14 set Box14.WinTitle "Field" new VolumeVectorVisu_Widget Box18 new vtkImageDataPointerRelay Box26 new MagicBox Box28 connect Box23.BoxChange Box22.BoxExecute connect Box41.boxchange Box23.In1 connect Box41.Widget Box14.Widget1 connect Box18.Widget Box14.Widget2 connect Box18.boxchange Box23.In2 connect Box26.Out Box18.vtkImageData connect Box28.Out Box22.Renderer connect Box28.Out Box41.renderer connect Box28.Out Box18.renderer connect Box26.Out Box41.vtkImageData connect Box14.Widget Box17.Widget1 connect Box23.BoxChange Box17.BoxExecute # Complex input ports input vtkImageData_vectors Box26.In " " input vtkRenderer Box28.In " " input Title Box14.WinTitle " " # Complex output ports output widget Box17.Widget " " endefine