# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleProbeFilter_tensors.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include creaMaracasVisu include wx include vtk include creaVtk include std author "Author ??" description "Description ??" category "" new ViewerNV Box03 set Box03.nTypeView "5" new LayoutSplit Box05 set Box05.Proportion "10" new FileSelector Box06 new LoadHola Box07 new StructuredPointsReader Box08 set Box08.In "/home/davila/Creatis/creaVtk/data/Tensors.vtk" new TensorsVisu Box09 set Box09.Active "true" set Box09.ScaleFactor "1000" new PlaneWidget Box10 set Box10.Resolution "30" new CheckBox Box11 new ProbeFilter Box12 new MagicBox Box13 new MagicBox Box14 new MagicBox Box15 connect Box03.Widget Box05.Widget2 connect Box07.Out Box03.In connect Box03.Renderer1 Box09.Renderer connect Box07.Out Box10.In connect Box03.Renderer1 Box10.Renderer connect Box10.BoxChange Box09.BoxExecute connect Box11.Widget Box05.Widget1 connect Box11.Out Box10.Active connect Box08.Out Box13.In connect Box13.Out Box12.Source connect Box11.BoxChange Box10.BoxExecute connect Box12.Out Box14.In connect Box14.Out Box09.In connect Box10.Out Box15.In connect Box15.Out Box12.Input # Complex input ports exec Box05