]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.bbs
Feature #1743 Add a box building a vector ot arithmetic suite values.
[bbtk.git] / packages / std / bbs / appli / exampleCreateArithmeticSuiteVector.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/mouton/Creatis/all/creatools_source/bbtk/packages/std/bbs/appli/exampleCreateArithmeticSuiteVector.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 CreateArithmeticSuiteVector Box00
19   set Box00.Delta "2"
20   set Box00.FirstValue "5"
21   set Box00.Size "10"
22
23 new OutputText Box01
24
25
26 connect Box00.ArithmeticSuiteVector Box01.In
27
28
29
30 # Complex input ports
31 exec Box01