# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaTools2/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaVtk include vtk include creaMaracasVisu include wx include std author "Author ??" description "Description ??" category "" new creaVtk:PlaneWidget Box00 new vtk:ProbeFilter Box02 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 creaVtk:VectorsVisu Box12 set Box12.Active "true" set Box12.ScaleFactor "10" new vtk:UpdateRender Box22 set Box22.Active "true" new creaVtk:PlaneWidget_Interface Box24 new creaVtk:VectorsVisu_Interface Box14 new wx:LayoutLine Box15 new std:MultipleInputs Box16 set Box16.BoxProcessMode "Reactive" new std:Configuration Box17 new std:ConcatStrings Box18 set Box18.In2 "/creaVtk/Vectors.vtk" connect Box03.Widget Box05.Widget2 connect Box09.Out Box03.In connect Box03.Renderer1 Box00.Renderer connect Box03.Renderer1 Box12.Renderer connect Box03.Renderer1 Box22.Renderer connect Box12.BoxChange Box22.BoxExecute connect Box24.Active Box00.Active connect Box24.Resolution Box00.Resolution connect Box24.boxChange Box00.BoxExecute connect Box10.Out Box02.Source connect Box00.Out Box02.Input connect Box02.Out Box12.In connect Box10.Out Box00.In connect Box14.active Box12.Active connect Box14.Opacity Box12.Opacity connect Box14.widget Box15.Widget2 connect Box24.Widget Box15.Widget1 connect Box15.Widget Box05.Widget1 connect Box14.ScaleFactor Box12.ScaleFactor connect Box00.BoxChange Box16.In1 connect Box14.boxChange Box16.In2 connect Box16.BoxChange Box12.BoxExecute connect Box18.Out Box10.In connect Box17.DataPath Box18.In1 # Complex input ports exec Box05