]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/StreamLineVisu_Interface.bbs
#3076 creaVtk Bug New Normal - message documentation in boxes
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / StreamLineVisu_Interface.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/creaTools/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/boxes/StreamLineVisu_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define StreamLineVisu_Interface creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new LayoutLine Box01
19   set Box01.Orientation "H"
20
21 new Slider Box03
22   set Box03.In "100"
23   set Box03.Label "true"
24   set Box03.Max "100"
25   set Box03.Min "0"
26   set Box03.ReactiveOnTrack "true"
27   set Box03.Title "Opacity"
28
29 new CheckBox Box06
30   set Box06.In "false"
31   set Box06.ReactiveOnKeystroke "true"
32   set Box06.Title "Active"
33
34 new MultipleInputs Box07
35   set Box07.BoxProcessMode "Reactive"
36
37 new Div Box08
38   set Box08.In2 "100"
39
40 new Slider Box09
41   set Box09.ChangeResolution "true"
42   set Box09.In "40"
43   set Box09.Label "true"
44   set Box09.Max "500"
45   set Box09.Min "0"
46   set Box09.ReactiveOnTrack "true"
47   set Box09.Title "ScaleFactor"
48
49 new Div Box10
50   set Box10.In2 "100"
51
52 new LayoutLine Box12
53   set Box12.Orientation "V"
54   set Box12.WinTitle "StreamLine"
55
56 new LayoutTab Box16
57
58 new LayoutLine Box14
59   set Box14.Orientation "H"
60
61 new ComboBox Box15
62   set Box15.In "Tube Ribbon Line "
63   set Box15.Selection "2"
64   set Box15.Title "Form"
65
66 new ComboBox Box17
67   set Box17.In "Direction Magnitude Solide"
68   set Box17.Title "Color law"
69
70 new ColourSelectorButton Box18
71
72
73 connect Box06.BoxChange Box07.In2
74 connect Box03.BoxChange Box07.In6
75 connect Box03.Out Box08.In1
76 connect Box09.Out Box10.In1
77 connect Box09.BoxChange Box07.In7
78 connect Box12.Widget Box16.Widget1
79 connect Box15.BoxChange Box07.In5
80 connect Box17.BoxChange Box07.In3
81 connect Box09.Widget Box14.Widget3
82 connect Box03.Widget Box14.Widget2
83 connect Box15.Widget Box01.Widget1
84 connect Box17.Widget Box01.Widget2
85 connect Box18.BoxChange Box07.In4
86 connect Box06.Widget Box14.Widget1
87 connect Box18.Widget Box01.Widget3
88 connect Box14.Widget Box12.Widget1
89 connect Box01.Widget Box12.Widget2
90
91 # Complex input ports
92 input title Box12.WinTitle " "
93
94 # Complex output ports
95 output ActivePlane Box06.Out " "
96 output boxChange Box07.BoxChange " "
97 output Opacity Box08.Out " "
98 output ScaleFactor Box10.Out " "
99 output widget Box16.Widget " "
100 output TypeStreamLine Box15.Out " "
101 output ColorLaw Box17.Out " "
102 output SolidColor Box18.Out " "
103
104
105 endefine