]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
ac68d00f982a27e66659f1ed05c6e5603df10372
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesWidget_base_interface_3Dp.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.6 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C23/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 wx:Slider Box01
19   set Box01.In "-12000"
20   set Box01.Label "true"
21   set Box01.Max "12000"
22   set Box01.Min "-12000"
23   set Box01.ReactiveOnTrack "false"
24   set Box01.Title "Convolution Factor"
25
26 new wx:CheckBox Box02
27   set Box02.In "False"
28
29 new std:MultipleInputs Box03
30
31 new wx:LayoutSplit Box05
32   set Box05.Orientation "H"
33   set Box05.Proportion "10"
34
35 new std:Div Box06
36   set Box06.In2 "100"
37
38 new std:StringSelect Box07
39   set Box07.In0 "80"
40   set Box07.In1 "4300"
41
42 new std:StringSelect Box08
43   set Box08.In0 "380"
44   set Box08.In1 "10800"
45
46 new std:ConcatStrings Box09
47   set Box09.In2 "  "
48
49
50 connect Box02.BoxChange Box03.In3
51 connect Box01.BoxChange Box03.In2
52 connect Box02.Widget Box05.Widget2
53 connect Box01.Widget Box05.Widget1
54 connect Box01.Out Box06.In1
55 connect Box02.Out Box07.In
56 connect Box07.Out Box09.In1
57 connect Box08.Out Box09.In3
58
59 # Complex input ports
60
61 # Complex output ports
62 output BoxChange Box03.BoxChange " "
63 output ConvolutionOnOff Box02.Out " "
64 output Widget Box05.Widget " "
65 output ConvolutionFactor Box06.Out " "
66 output windowcolorlevel Box09.Out " "
67
68
69 endefine