# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include std include wx author "Author ??" description "Description ??" category "" new GetDoubleVectorSize Box00 set Box00.In "1 2 3 4 5" new OutputText Box01 connect Box00.VectorSize Box01.In # Complex input ports exec Box01