]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/boxes/VolumeVectorVisu_Interface.bbs
#2501 creaVtk Bug New Normal - Clean events in Vectors and Tensors visu widgets...
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / VolumeVectorVisu_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/VolumeVectorVisu_Interface.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10
11 define VolumeVectorVisu_Interface creaVtk
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new Slider Box00
19   set Box00.In "30"
20   set Box00.Label "true"
21   set Box00.Max "1000"
22   set Box00.Min "1"
23   set Box00.ReactiveOnTrack "true"
24   set Box00.Title "Ratio"
25
26 new MultipleInputs Box02
27   set Box02.BoxProcessMode "Reactive"
28
29 new LayoutLine Box03
30   set Box03.WinTitle "Volume flield"
31
32 new LayoutTab Box04
33
34 new CheckBox Box05
35   set Box05.ReactiveOnKeystroke "true"
36   set Box05.Title "Active Vectors"
37
38 new Slider Box06
39   set Box06.In "100"
40   set Box06.Label "true"
41   set Box06.Max "100"
42   set Box06.Min "0"
43   set Box06.ReactiveOnTrack "true"
44   set Box06.Title "Opacity"
45
46 new Div Box07
47   set Box07.In2 "100.0"
48
49 new Slider Box08
50   set Box08.ChangeResolution "true"
51   set Box08.In "100"
52   set Box08.Label "true"
53   set Box08.Max "500000"
54   set Box08.Min "1"
55   set Box08.ReactiveOnTrack "true"
56   set Box08.Title "Scale Factor"
57
58 new Div Box09
59   set Box09.In2 "100.0"
60
61
62 connect Box00.BoxChange Box02.In1
63 connect Box00.Widget Box03.Widget2
64 connect Box03.Widget Box04.Widget1
65 connect Box05.Widget Box03.Widget3
66 connect Box05.BoxChange Box02.In3
67 connect Box06.Widget Box03.Widget4
68 connect Box06.Out Box07.In1
69 connect Box08.Out Box09.In1
70 connect Box06.BoxChange Box02.In4
71 connect Box08.BoxChange Box02.In5
72 connect Box08.Widget Box03.Widget5
73 connect Box02.BoxChange Box04.BoxExecute
74
75 # Complex input ports
76
77 # Complex output ports
78 output boxChange Box02.BoxChange " "
79 output widget Box04.Widget " "
80 output AcitiveVector Box05.Out " "
81 output Opacity Box07.Out " "
82 output ScaleFactor Box09.Out " "
83 output Ratio Box00.Out " "
84
85 message    
86
87 endefine