]> Creatis software - bbtk.git/blob - packages/wxvtk/bbs/boxes/SphereListWidget.bbs
584e3252b4c2158cea3a26a60deb8a5a3c62c1ba
[bbtk.git] / packages / wxvtk / bbs / boxes / SphereListWidget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/bbtk/packages/wxvtk/bbs/boxes/SphereListWidget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include vtk
10 include std
11
12 define SphereListWidget wxvtk
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new Slider Box00
20   set Box00.In "50"
21   set Box00.Label "true"
22   set Box00.Max "100"
23   set Box00.Min "0"
24   set Box00.ReactiveOnTrack "true"
25   set Box00.Title "Opacity4"
26
27 new Slider Box01
28   set Box01.Label "true"
29   set Box01.Max "50"
30   set Box01.Min "1"
31   set Box01.ReactiveOnTrack "true"
32   set Box01.Title "Radio"
33
34 new LayoutLine Box02
35   set Box02.WinTitle "Center Point"
36
37 new SphereList Box03
38   set Box03.Colour "0.32 0.12 0.12"
39   set Box03.lstPointX "10 10"
40   set Box03.lstPointY "10 20"
41   set Box03.lstPointZ "10 30"
42   set Box03.lstRadio "10"
43
44 new Div Box04
45   set Box04.In2 "100"
46
47 new ConcatStrings Box05
48
49 new MultipleInputs Box08
50   set Box08.BoxProcessMode "Reactive"
51
52 new UpdateRender Box07
53   set Box07.Active "true"
54
55 new MagicBox Box09
56
57
58 connect Box00.Widget Box02.Widget1
59 connect Box01.Widget Box02.Widget2
60 connect Box04.Out Box03.Opacity
61 connect Box00.Out Box04.In1
62 connect Box01.Out Box05.In1
63 connect Box00.BoxChange Box08.In1
64 connect Box08.BoxChange Box03.BoxExecute
65 connect Box08.BoxChange Box07.BoxExecute
66 connect Box09.Out Box03.Renderer
67 connect Box09.Out Box07.Renderer
68 connect Box05.Out Box03.lstRadio
69 connect Box05.BoxChange Box08.In2
70 connect Box01.BoxChange Box08.In3
71
72 # Complex input ports
73 input Renderer Box09.In " "
74 input lstPointX Box03.lstPointX " "
75 input lstPointY Box03.lstPointY " "
76 input lstPointZ Box03.lstPointZ " "
77 input spc Box03.Spacing " "
78 input WinTitle Box02.WinTitle " "
79
80 # Complex output ports
81 output Widget Box02.Widget " "
82
83
84 endefine