]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/StreamLineVisu_Interface.bbs
22c787852e32cafff560ccfe7c51e77a8fa633a6
[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 "V"
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 RadioButton Box04
30   set Box04.In "2"
31   set Box04.In0 "Tube"
32   set Box04.In1 "Ribbon"
33   set Box04.In2 "Line"
34   set Box04.Title "Form"
35
36 new CheckBox Box06
37   set Box06.In "false"
38   set Box06.ReactiveOnKeystroke "true"
39   set Box06.Title "Active"
40
41 new MultipleInputs Box07
42   set Box07.BoxProcessMode "Reactive"
43
44 new Div Box08
45   set Box08.In2 "100"
46
47 new Slider Box09
48   set Box09.ChangeResolution "true"
49   set Box09.In "40"
50   set Box09.Label "true"
51   set Box09.Max "500"
52   set Box09.Min "0"
53   set Box09.ReactiveOnTrack "true"
54   set Box09.Title "ScaleFactor"
55
56 new Div Box10
57   set Box10.In2 "100"
58
59 new LayoutLine Box12
60   set Box12.Orientation "H"
61   set Box12.WinTitle "StreamLine"
62
63 new LayoutTab Box16
64
65 new LayoutLine Box14
66   set Box14.Orientation "H"
67
68
69 connect Box06.BoxChange Box07.In2
70 connect Box04.BoxChange Box07.In4
71 connect Box03.BoxChange Box07.In6
72 connect Box03.Out Box08.In1
73 connect Box09.Out Box10.In1
74 connect Box09.BoxChange Box07.In7
75 connect Box01.Widget Box12.Widget1
76 connect Box06.Widget Box01.Widget1
77 connect Box12.Widget Box16.Widget1
78 connect Box03.Widget Box14.Widget1
79 connect Box09.Widget Box14.Widget2
80 connect Box14.Widget Box01.Widget2
81 connect Box04.Widget Box12.Widget2
82
83 # Complex input ports
84 input title Box12.WinTitle " "
85
86 # Complex output ports
87 output ActivePlane Box06.Out " "
88 output TypeStreamLine Box04.Out " "
89 output boxChange Box07.BoxChange " "
90 output Opacity Box08.Out " "
91 output ScaleFactor Box10.Out " "
92 output widget Box16.Widget " "
93
94 message    
95
96 endefine