# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleTensorsVisu.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include wx include creaVtk author "Author ??" description "Description ??" category "" new MaskPoint Box01 set Box01.Ratio "1" new ViewerNV Box03 set Box03.nTypeView "5" new CommandButton Box04 set Box04.Label "Run" 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" connect Box03.Widget Box05.Widget2 connect Box04.Widget Box05.Widget1 connect Box07.Out Box03.In connect Box08.Out Box01.In connect Box01.Out Box09.In connect Box04.BoxChange Box09.BoxExecute connect Box03.Renderer1 Box09.Renderer # Complex input ports exec Box05