# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVectorsTensorsVisu.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include wx include std include creaVtk author "Author ??" description "Description ??" category "" new ProbeFilter Box02 set Box02.BoxProcessMode "Reactive" new ViewerNV Box03 set Box03.nTypeView "5" new LayoutSplit Box05 set Box05.Orientation "H" new LoadHola Box09 new StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" new UpdateRender Box22 set Box22.Active "true" new LayoutLine Box15 set Box15.WinTitle "Plane" new LayoutTab Box17 new LayoutLine Box19 set Box19.WinTitle "Volume" new MaskPoint Box20 set Box20.BoxProcessMode "Reactive" new MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" new MaskPoints_Interface Box26 new VectorsVisu_Widget Box28 new VectorsVisu_Widget Box29 new PlaneWidget_Widget Box30 new StructuredPointsReader Box31 set Box31.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" new ProbeFilter Box32 set Box32.BoxProcessMode "Reactive" new TensorsVisu_Wideget Box33 new LayoutTab Box36 new TensorsVisu_Wideget Box37 new MaskPoint Box38 new LayoutTab Box39 connect Box03.Widget Box05.Widget2 connect Box09.Out Box03.In connect Box03.Renderer1 Box22.Renderer connect Box10.Out Box02.Source connect Box15.Widget Box17.Widget1 connect Box19.Widget Box17.Widget2 connect Box10.Out Box20.In connect Box23.BoxChange Box22.BoxExecute connect Box26.widget Box19.Widget1 connect Box26.Ratio Box20.Ratio connect Box28.BoxChange Box23.In2 connect Box26.boxChange Box28.boxExecute connect Box03.Renderer1 Box28.renderer connect Box20.Out Box28.vtkDataObject connect Box29.BoxChange Box23.In1 connect Box03.Renderer1 Box29.renderer connect Box02.Out Box29.vtkDataObject connect Box10.Out Box30.vtkImageData connect Box03.Renderer1 Box30.renderer connect Box30.vtkDataSet Box02.Input connect Box30.Widget Box15.Widget1 connect Box30.BoxChange Box29.boxExecute connect Box31.Out Box32.Source connect Box30.vtkDataSet Box32.Input connect Box30.BoxChange Box33.boxExecute connect Box03.Renderer1 Box33.renderer connect Box32.Out Box33.vtkDataObject connect Box33.BoxChange Box23.In3 connect Box17.Widget Box05.Widget1 connect Box29.Widget Box36.Widget1 connect Box36.Widget Box15.Widget2 connect Box33.Widget Box36.Widget2 connect Box38.Out Box37.vtkDataObject connect Box03.Renderer1 Box37.renderer connect Box26.boxChange Box37.boxExecute connect Box26.Ratio Box38.Ratio connect Box31.Out Box38.In connect Box37.BoxChange Box23.In4 connect Box37.Widget Box39.Widget2 connect Box28.Widget Box39.Widget1 connect Box39.Widget Box19.Widget2 # Complex input ports exec Box05