# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools/creatools_source/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 vtk:ProbeFilter Box02 set Box02.BoxProcessMode "Reactive" new creaMaracasVisu:ViewerNV Box03 set Box03.nTypeView "5" new wx:LayoutSplit Box05 set Box05.Orientation "H" new vtk:LoadHola Box09 new vtk:StructuredPointsReader Box10 set Box10.In "/home/davila/Creatis/creaVtk/data/Vectors.vtk" new vtk:UpdateRender Box22 set Box22.Active "true" new wx:LayoutLine Box15 set Box15.WinTitle "Plane" new wx:LayoutTab Box17 new wx:LayoutLine Box19 set Box19.WinTitle "Volume" new vtk:MaskPoint Box20 set Box20.BoxProcessMode "Reactive" new std:MultipleInputs Box23 set Box23.BoxProcessMode "Reactive" new vtk:MaskPoints_Interface Box26 new creaVtk:VectorsVisu_Widget Box28 new creaVtk:VectorsVisu_Widget Box29 new creaVtk:PlaneWidget_Widget Box30 new vtk:StructuredPointsReader Box31 set Box31.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" new vtk:ProbeFilter Box32 set Box32.BoxProcessMode "Reactive" new creaVtk:TensorsVisu_Wideget Box33 new wx:LayoutTab Box36 new creaVtk:TensorsVisu_Wideget Box37 new vtk:MaskPoint Box38 new wx:LayoutTab Box39 new std:Configuration Box40 new std:ConcatStrings Box41 set Box41.In2 "/creaVtk/Tensors.vtk" new std:ConcatStrings Box42 set Box42.In2 "/creaVtk/Vectors.vtk" 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 connect Box40.DataPath Box41.In1 connect Box40.DataPath Box42.In1 connect Box41.Out Box31.In connect Box42.Out Box10.In # Complex input ports exec Box05