]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesSwitcherWidget_3Dp.bbs
1b20c4313e937ab268d66653c4c144116c43cdfe
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesSwitcherWidget_3Dp.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.6 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesSwitcherWidget_3Dp.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include PackRecalage
9 include wx
10 include creaMaracasVisu
11 include vtk
12 include std
13
14 define CompareImagesSwitcherWidget_3Dp PackRecalage
15
16 author "info-dev@creatis.insa-lyon.fr"
17 description "creatisRecalage"
18
19 category "example"
20
21 new PackRecalage:ImageSwitcherBox switch
22
23 new wx:CheckBox checkS
24   set checkS.In "true"
25   set checkS.Title "On"
26
27 new wx:Slider sdrT
28   set sdrT.In "500"
29   set sdrT.Max "1000"
30   set sdrT.Min "0"
31   set sdrT.ReactiveOnTrack "True"
32
33 new wx:LayoutSplit switchWindow
34   set switchWindow.Proportion "90"
35   set switchWindow.WinTitle "Switcher"
36
37 new wx:LayoutLine Box47
38   set Box47.Orientation H
39
40 new wx:LayoutLine Box48
41
42 new creaMaracasVisu:ViewerNV Box49
43   set Box49.nTypeView "-1"
44
45 new wx:LayoutSplit Box10
46   set Box10.Orientation "H"
47
48 new wx:LayoutSplit Box12
49
50 new PackRecalage:ImageSwitcherFilter Box17
51
52 new vtk:GetVectorVtkImageDataElement Box19
53   set Box19.I "1"
54
55 new vtk:GetVectorVtkImageDataElement Box21
56   set Box21.I "1"
57
58 new std:MagicBox Box22
59
60 new std:MagicBox Box23
61
62 new creaMaracasVisu:ViewerNV Box24
63   set Box24.nTypeView "-1"
64
65 new PackRecalage:ImageSwitcherFilter Box25
66
67 new vtk:GetVectorVtkImageDataElement Box26
68   set Box26.I "0"
69
70 new vtk:GetVectorVtkImageDataElement Box27
71   set Box27.I "0"
72
73 new creaMaracasVisu:ViewerNV Box28
74   set Box28.nTypeView "-1"
75
76 new wx:LayoutSplit Box29
77
78 new PackRecalage:ImageSwitcherFilter Box30
79
80 new vtk:GetVectorVtkImageDataElement Box31
81   set Box31.I "2"
82
83 new vtk:GetVectorVtkImageDataElement Box32
84   set Box32.I "2"
85
86 new creaMaracasVisu:ImageChangeInformation Box37
87
88 new creaMaracasVisu:ImageChangeInformation Box38
89
90 new creaMaracasVisu:ImageChangeInformation Box39
91
92 new wx:LayoutTab Box41
93
94 new wx:LayoutLine Box42
95   set Box42.WinTitle "Plane XZ  (rotation/slice Y)"
96
97 new wx:LayoutTab Box44
98
99 new wx:LayoutLine Box45
100   set Box45.WinTitle "Plane XY  (rotation/slice Z)"
101
102 new wx:LayoutTab Box46
103
104 new wx:LayoutLine Box50
105   set Box50.WinTitle "Plane YZ  (rotation/slice X)"
106
107 new wx:LayoutTab Box51
108
109 new wx:LayoutLine Box52
110   set Box52.WinTitle "Viewer help"
111
112 new creaMaracasVisu:wxVtkBaseView_Info Box54
113   set Box54.InteractionType "12"
114
115 new std:GetVectorDoubleElement Box55
116   set Box55.I "0"
117
118 new std:GetVectorDoubleElement Box56
119   set Box56.I "1"
120
121 new std:MultipleInputs Box57
122
123 new std:MultipleInputs Box59
124
125 new creaMaracasVisu:HelpViewerNV Box60
126
127
128 connect checkS.Out switch.On
129 connect sdrT.Out switch.Time
130 connect sdrT.BoxChange switch.BoxExecute
131 connect checkS.Widget Box47.Widget2
132 connect switch.Widget Box47.Widget1
133 connect sdrT.Widget Box48.Widget2
134 connect Box47.Widget Box48.Widget1
135 connect Box48.Widget switchWindow.Widget2
136 connect Box12.Widget Box10.Widget1
137 connect Box10.Widget switchWindow.Widget1
138 connect switch.BoxChange Box17.BoxExecute
139 connect Box22.Out Box19.In
140 connect Box23.Out Box21.In
141 connect Box19.Out Box17.In1
142 connect Box21.Out Box17.In2
143 connect Box26.Out Box25.In1
144 connect Box27.Out Box25.In2
145 connect Box31.Out Box30.In1
146 connect Box32.Out Box30.In2
147 connect switch.BoxChange Box30.BoxExecute
148 connect Box29.Widget Box10.Widget2
149 connect Box22.Out Box26.In
150 connect Box23.Out Box27.In
151 connect switch.BoxChange Box25.BoxExecute
152 connect Box22.Out Box31.In
153 connect Box23.Out Box32.In
154 connect Box17.Out Box37.In
155 connect Box37.Out Box49.In
156 connect Box25.Out Box38.In
157 connect Box38.Out Box24.In
158 connect Box30.Out Box39.In
159 connect Box39.Out Box28.In
160 connect Box41.Widget Box12.Widget1
161 connect Box49.Widget Box42.Widget1
162 connect Box42.Widget Box41.Widget1
163 connect Box45.Widget Box44.Widget1
164 connect Box24.Widget Box45.Widget1
165 connect Box44.Widget Box12.Widget2
166 connect Box50.Widget Box46.Widget1
167 connect Box52.Widget Box51.Widget1
168 connect Box28.Widget Box50.Widget1
169 connect Box46.Widget Box29.Widget1
170 connect Box51.Widget Box29.Widget2
171 connect Box54.WindowColorLevel Box55.In
172 connect Box54.WindowColorLevel Box56.In
173 connect Box55.Out Box28.WindowLevel
174 connect Box56.Out Box28.ColorLevel
175 connect Box30.BoxChange Box57.In1
176 connect Box57.BoxChange Box28.BoxExecute
177 connect Box54.BoxChange Box57.In2
178 connect Box49.wxVtkBaseView1 Box54.wxVtkBaseView
179 connect Box17.BoxChange Box49.BoxExecute
180 connect Box25.BoxChange Box59.In1
181 connect Box59.BoxChange Box24.BoxExecute
182 connect Box54.BoxChange Box59.In2
183 connect Box56.Out Box24.ColorLevel
184 connect Box55.Out Box24.WindowLevel
185 connect Box60.widget Box52.Widget2
186
187 # Complex input ports
188 input ImageVector1 Box22.In " "
189 input ImageVector2 Box23.In " "
190
191 # Complex output ports
192 output Widget switchWindow.Widget " "
193
194
195 endefine