]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/PlaneWidget_StreamLineVisu_Interface.bbs
#3076 creaVtk Bug New Normal - message documentation in boxes
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneWidget_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/PlaneWidget_StreamLineVisu_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define PlaneWidget_StreamLineVisu_Interface creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new CommandButton Box00
19   set Box00.Label "Refresh"
20
21 new LayoutLine Box01
22   set Box01.WinTitle "StreamLine"
23
24 new Slider Box02
25   set Box02.Label "true"
26   set Box02.Max "200"
27   set Box02.Min "1"
28   set Box02.Title "Resolution"
29
30 new Slider Box03
31   set Box03.In "100"
32   set Box03.Label "true"
33   set Box03.Max "100"
34   set Box03.Min "0"
35   set Box03.Title "Opacity"
36
37 new RadioButton Box04
38   set Box04.In0 "Tube"
39   set Box04.In1 "Ribbon"
40   set Box04.Title "Type of stream line"
41
42 new CheckBox Box05
43   set Box05.ReactiveOnKeystroke "true"
44   set Box05.Title "Active StreamLine"
45
46 new CheckBox Box06
47   set Box06.In "false"
48   set Box06.ReactiveOnKeystroke "true"
49   set Box06.Title "Active Plane"
50
51 new MultipleInputs Box07
52   set Box07.BoxProcessMode "Reactive"
53
54 new Div Box08
55   set Box08.In2 "100"
56
57 new Slider Box09
58   set Box09.ChangeResolution "true"
59   set Box09.Label "true"
60   set Box09.Max "500"
61   set Box09.Min "1"
62   set Box09.ReactiveOnTrack "true"
63   set Box09.Title "ScaleFactor"
64
65 new Div Box10
66   set Box10.In2 "100"
67
68
69 connect Box00.Widget Box01.Widget1
70 connect Box00.BoxChange Box07.In1
71 connect Box06.Widget Box01.Widget2
72 connect Box06.BoxChange Box07.In2
73 connect Box05.Widget Box01.Widget3
74 connect Box05.BoxChange Box07.In3
75 connect Box04.Widget Box01.Widget4
76 connect Box04.BoxChange Box07.In4
77 connect Box02.Widget Box01.Widget6
78 connect Box02.BoxChange Box07.In5
79 connect Box03.Widget Box01.Widget5
80 connect Box03.BoxChange Box07.In6
81 connect Box03.Out Box08.In1
82 connect Box09.Out Box10.In1
83 connect Box09.BoxChange Box07.In7
84 connect Box09.Widget Box01.Widget7
85
86 # Complex input ports
87
88 # Complex output ports
89 output widget Box01.Widget " "
90 output ActivePlane Box06.Out " "
91 output ActiveStreamLine Box05.Out " "
92 output TypeStreamLine Box04.Out " "
93 output Resolution Box02.Out " "
94 output boxChange Box07.BoxChange " "
95 output Opacity Box08.Out " "
96 output ScaleFactor Box10.Out " "
97
98
99 endefine