# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/davila/Creatis/All-Vtk_5-10-1/creatools_source/bbtk/packages/vtk/bbs/appli/exampleText2D.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include vtk include creaMaracasVisu include std author "Author ??" description "Description ??" category "" new LoadHola Box00 new ViewerNV Box01 new Text2D Box02 set Box02.In "hola" new ConcatStrings Box03 new ImageVtkProperties Box04 new ConcatStrings Box05 connect Box00.Out Box01.In connect Box01.Renderer4 Box02.Renderer connect Box01.Point Box03.In1 connect Box03.Out Box02.Point connect Box01.BoxChange Box03.BoxExecute connect Box01.BoxChange Box02.BoxExecute connect Box00.Out Box04.In connect Box04.Spacing Box05.In1 connect Box05.Out Box02.Spacing connect Box01.Point Box02.In # Complex input ports exec Box01 exec Box02