]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
2020 Feature Comparing Images in XY XZ YZ planes
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget_base_interface_3Dp.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include wx
9 include std
10 include PackRecalage
11
12 define CompareImagesWidget_base_interface_3Dp PackRecalage
13
14 author "Author ??"
15 description "Description ??"
16
17 category "<VOID>"
18
19 new Slider Box00
20   set Box00.Min "0"
21   set Box00.ReactiveOnTrack "1"
22   set Box00.Title "Z for slice"
23
24 new Slider Box01
25   set Box01.In "0"
26   set Box01.Max "100"
27   set Box01.Min "0"
28   set Box01.ReactiveOnTrack "1"
29   set Box01.Title "Convolution Factor"
30
31 new CheckBox Box02
32   set Box02.In "True"
33
34 new MultipleInputs Box03
35
36 new LayoutLine Box04
37   set Box04.WinTitle "Appearance"
38
39 new LayoutSplit Box05
40   set Box05.Orientation "H"
41   set Box05.Proportion "80"
42
43 new ImageRecalageProperties Box08
44
45 new Slider Box11
46   set Box11.Min "0"
47   set Box11.ReactiveOnTrack "1"
48   set Box11.Title "Y for slice"
49
50 new Slider Box13
51   set Box13.Min "0"
52   set Box13.ReactiveOnTrack "1"
53   set Box13.Title "X for slice"
54
55 new ConcatStrings Box15
56   set Box15.In2 " "
57   set Box15.In4 " "
58
59
60 connect Box02.Widget Box05.Widget2
61 connect Box05.Widget Box04.Widget4
62 connect Box01.Widget Box05.Widget1
63 connect Box02.BoxChange Box03.In3
64 connect Box01.BoxChange Box03.In2
65 connect Box00.BoxChange Box03.In1
66 connect Box08.LengthZ Box00.Max
67 connect Box08.LengthY Box11.Max
68 connect Box08.LengthX Box13.Max
69 connect Box11.Widget Box04.Widget2
70 connect Box00.Widget Box04.Widget3
71 connect Box13.Widget Box04.Widget1
72 connect Box11.BoxChange Box03.In4
73 connect Box13.BoxChange Box03.In5
74 connect Box13.Out Box15.In1
75 connect Box11.Out Box15.In3
76 connect Box00.Out Box15.In5
77
78 # Complex input ports
79 input InputImage Box08.In " "
80
81 # Complex output ports
82 output BoxChange Box03.BoxChange " "
83 output Widget Box04.Widget " "
84 output ConvolutionFactor Box01.Out " "
85 output ConvolutionOnOff Box02.Out " "
86 output Point Box15.Out " "
87
88
89 endefine