# ---------------------------------- # - BBTKGEditor v 1.3 BBS BlackBox Script # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleGetIntervalNumberFromIntervalList.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include std include wx author "Author ??" description "Description ??" category "" new GetIntervalNumberFromIntervalList Box00 set Box00.IntervalList "0 10 20 50" set Box00.Value "15" new OutputText Box01 connect Box00.IntervalNumber Box01.In exec Box01