]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesTransparencyWidget_3Dp.bbs
2020 Feature Comparing Images in XY XZ YZ planes
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesTransparencyWidget_3Dp.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesTransparencyWidget_3Dp.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include PackRecalage
9 include wx
10 include creaMaracasVisu
11 include std
12 include vtk
13
14 define CompareImagesTransparencyWidget_3Dp PackRecalage
15
16 author "Author ??"
17 description "Description ??"
18
19 category "<VOID>"
20
21 new TransparencyBox Box00
22
23 new Slider Box01
24   set Box01.In "50"
25   set Box01.Max "100"
26   set Box01.Min "0"
27   set Box01.ReactiveOnTrack "true"
28
29 new ViewerNV Box02
30   set Box02.nTypeView "0"
31
32 new LayoutSplit Box03
33   set Box03.Proportion "80"
34   set Box03.WinTitle "Transparency"
35
36 new MultipleInputs Box04
37
38 new TransparencyBox Box05
39
40 new ViewerNV Box06
41   set Box06.nTypeView "0"
42
43 new TransparencyBox Box07
44
45 new ViewerNV Box08
46   set Box08.nTypeView "0"
47
48 new TransparencyBox Box09
49
50 new ViewerNV Box10
51   set Box10.nTypeView "0"
52
53 new LayoutSplit Box11
54
55 new LayoutSplit Box12
56
57 new LayoutSplit Box13
58   set Box13.Orientation "H"
59
60 new vtkImageDataPointerRelay Box14
61
62 new vtkImageDataPointerRelay Box15
63
64 new LoadHola Box16
65
66
67 connect Box01.Out Box00.Percent
68 connect Box01.Widget Box03.Widget2
69 connect Box01.BoxChange Box04.In2
70 connect Box04.BoxChange Box00.BoxExecute
71 connect Box00.BoxChange Box02.BoxExecute
72 connect Box00.Out Box02.In
73 connect Box02.Widget Box11.Widget1
74 connect Box06.Widget Box11.Widget2
75 connect Box08.Widget Box12.Widget1
76 connect Box10.Widget Box12.Widget2
77 connect Box12.Widget Box13.Widget2
78 connect Box11.Widget Box13.Widget1
79 connect Box04.BoxChange Box05.BoxExecute
80 connect Box04.BoxChange Box07.BoxExecute
81 connect Box04.BoxChange Box09.BoxExecute
82 connect Box01.Out Box05.Percent
83 connect Box01.Out Box07.Percent
84 connect Box01.Out Box09.Percent
85 connect Box14.Out Box00.In1
86 connect Box15.Out Box00.In2
87 connect Box16.Out Box06.In
88 connect Box16.Out Box08.In
89 connect Box16.Out Box10.In
90 connect Box02.Widget Box03.Widget1
91
92 # Complex input ports
93 input BoxExecute Box04.In1 " "
94 input Image1 Box14.In " "
95 input Image2 Box15.In " "
96
97 # Complex output ports
98 output Widget Box03.Widget " "
99
100
101 endefine