]> 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
11 define CompareImagesWidget_base_interface_3Dp PackRecalage
12
13 author "Author ??"
14 description "Description ??"
15
16 category "<VOID>"
17
18 new Slider Box00
19   set Box00.Min "0"
20   set Box00.ReactiveOnTrack "1"
21   set Box00.Title "Z for slice"
22
23 new Slider Box01
24   set Box01.In "0"
25   set Box01.Max "100"
26   set Box01.Min "0"
27   set Box01.ReactiveOnTrack "1"
28   set Box01.Title "Convolution Factor"
29
30 new CheckBox Box02
31   set Box02.In "True"
32
33 new MultipleInputs Box03
34
35 new LayoutLine Box04
36   set Box04.WinTitle "Appearance"
37
38 new LayoutSplit Box05
39   set Box05.Orientation "H"
40   set Box05.Proportion "80"
41
42
43 connect Box02.Widget Box05.Widget2
44 connect Box05.Widget Box04.Widget4
45 connect Box01.Widget Box05.Widget1
46 connect Box00.Widget Box04.Widget1
47 connect Box02.BoxChange Box03.In3
48 connect Box01.BoxChange Box03.In2
49 connect Box00.BoxChange Box03.In1
50
51 # Complex input ports
52 input Max Box00.Max " "
53
54 # Complex output ports
55 output BoxChange Box03.BoxChange " "
56 output Widget Box04.Widget " "
57 output ConvolutionFactor Box01.Out " "
58 output SliceZ Box00.Out " "
59 output ConvolutionOnOff Box02.Out " "
60
61
62 endefine