]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleSetPosition.bbs
3151 creaMaracasVisu Feature New Normal - SetPosition box for the viewer NV
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleSetPosition.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleSetPosition.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include wx
13 include vtk
14 include std
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new creaMaracasVisu:SetPosition Box00
21
22 new creaMaracasVisu:ViewerNV Box01
23
24 new wx:LayoutSplit Box02
25   set Box02.Orientation "H"
26
27 new wx:LayoutLine Box03
28
29 new wx:Slider Box04
30   set Box04.ReactiveOnTrack "true"
31
32 new wx:Slider Box05
33   set Box05.ReactiveOnTrack "true"
34
35 new wx:Slider Box06
36   set Box06.ReactiveOnTrack "true"
37
38 new vtk:LoadHola Box07
39
40 new std:ConcatStrings Box08
41   set Box08.In2 " "
42   set Box08.In4 " "
43
44 new std:MultipleInputs Box09
45
46
47 connect Box01.wxVtkBaseView1 Box00.wxVtkBaseView
48
49 connect Box01.Widget Box02.Widget2
50
51 connect Box04.Widget Box03.Widget1
52
53 connect Box05.Widget Box03.Widget2
54
55 connect Box06.Widget Box03.Widget3
56
57 connect Box03.Widget Box02.Widget1
58
59 connect Box07.Out Box01.In
60
61 connect Box04.Out Box08.In1
62
63 connect Box05.Out Box08.In3
64
65 connect Box06.Out Box08.In5
66
67 connect Box08.Out Box00.Point
68
69 connect Box04.BoxChange Box09.In1
70
71 connect Box05.BoxChange Box09.In2
72
73 connect Box06.BoxChange Box09.In3
74
75 connect Box09.BoxChange Box00.BoxExecute
76
77
78
79 # Complex input ports
80 exec Box02