]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/exampleGetIntervalNumberFromIntervalList.bbs
ebd8b27e66cac46ca749bdf044b6aea3b06679f1
[bbtk.git] / packages / std / bbs / appli / exampleGetIntervalNumberFromIntervalList.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.3 BBS BlackBox Script
3 # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleGetIntervalNumberFromIntervalList.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include std
12 include wx
13
14 author "Author ??"
15 description "Description ??"
16 category "<VOID>"
17
18 new GetIntervalNumberFromIntervalList Box00
19   set Box00.IntervalList "0 10 20 50"
20   set Box00.Value "15"
21
22 new OutputText Box01
23
24
25 connect Box00.IntervalNumber Box01.In
26
27 exec Box01