]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/exampleGetDoubleVectorSize.bbs
ebade9d15319c0658c0d0df772edd690ed58ed65
[bbtk.git] / packages / std / bbs / appli / exampleGetDoubleVectorSize.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleGetDoubleVectorSize.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 GetDoubleVectorSize Box00
19   set Box00.In "1 2 3 4 5"
20
21 new OutputText Box01
22
23
24 connect Box00.VectorSize Box01.In
25
26
27
28 # Complex input ports
29 exec Box01