# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include std include wx author "Author ??" description "Description ??" category "" new CreateArithmeticSuiteVector Box00 set Box00.Delta "2" set Box00.FirstValue "5" set Box00.Size "10" new OutputText Box01 connect Box00.ArithmeticSuiteVector Box01.In # Complex input ports exec Box01