]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs
b0ac3d268530e45239e799fbaf37917e5e5a668d
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / Slab_Interface-01.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /tmpEED/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/Slab_Interface-01.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define Slab-Interface-01 creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new wx:Slider Box75
19   set Box75.In "0"
20   set Box75.Max "30"
21   set Box75.ReactiveOnTrack "true"
22
23 new wx:ComboBox Box76
24   set Box76.In "Mean Sum Min Max"
25
26 new wx:LayoutLine Box77
27   set Box77.Orientation "H"
28
29 new wx:OutputText Box78
30   set Box78.In "22"
31
32 new std:MathOperation Box79
33   set Box79.In2 "2"
34   set Box79.Type "2"
35
36 new std:MathOperation Box80
37   set Box80.In2 "1"
38
39 new std:MathOperation Box84
40   set Box84.Type "1"
41
42 new std:MultipleInputs Box91
43
44
45 connect Box76.Widget Box77.Widget1
46 connect Box75.Widget Box77.Widget2
47 connect Box78.Widget Box77.Widget3
48 connect Box75.Out Box79.In1
49 connect Box79.Out Box80.In1
50 connect Box80.Out Box78.In
51 connect Box75.BoxChange Box78.BoxExecute
52 connect Box75.Out Box84.In2
53 connect Box76.BoxChange Box91.In1
54 connect Box75.BoxChange Box91.In2
55
56 # Complex input ports
57 input SliceIn Box84.In1 " "
58
59 # Complex output ports
60 output widget Box77.Widget " "
61 output NewSlice Box84.Out " "
62 output size Box80.Out " "
63 output Boxchange Box91.BoxChange " "
64 output type Box76.Out " "
65
66 message    
67
68 endefine