]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesWidget_base_interface_3Dp.bbs
2075 Feature Registration 3D 1P
[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 Box01
19   set Box01.In "0"
20   set Box01.Max "100"
21   set Box01.Min "0"
22   set Box01.ReactiveOnTrack "1"
23   set Box01.Title "Convolution Factor"
24
25 new CheckBox Box02
26   set Box02.In "True"
27
28 new MultipleInputs Box03
29
30 new LayoutSplit Box05
31   set Box05.Orientation "H"
32   set Box05.Proportion "10"
33
34
35 connect Box02.BoxChange Box03.In3
36 connect Box01.BoxChange Box03.In2
37 connect Box02.Widget Box05.Widget2
38 connect Box01.Widget Box05.Widget1
39
40 # Complex input ports
41
42 # Complex output ports
43 output BoxChange Box03.BoxChange " "
44 output ConvolutionFactor Box01.Out " "
45 output ConvolutionOnOff Box02.Out " "
46 output Widget Box05.Widget " "
47
48
49 endefine