# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/exampleInputText.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wt author "gonzalez@creatis.insa-lyon.fr" description "Description ??" category "wt" new wt:InputText Box00 new wt:OutputText Box01 new wt:LayoutLine Box02 connect Box00.BoxChange Box01.BoxExecute connect Box00.Out Box01.In connect Box00.Widget Box02.Widget1 connect Box01.Widget Box02.Widget2 # Complex input ports exec Box02