# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/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 PlaneWidget Box00 new ProbeFilter Box02 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 VectorsVisu Box12 set Box12.Active "true" set Box12.ScaleFactor "10" new UpdateRender Box22 set Box22.Active "true" new PlaneWidget_Interface Box24 new VectorsVisu_Interface Box14 new LayoutLine Box15 new MultipleInputs Box16 set Box16.BoxProcessMode "Reactive" 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 # Complex input ports exec Box05