]> Creatis software - creaRigidRegistration.git/blob - PackRecalage/bbs/boxes/CompareImagesTransparencyWidget_2Dt.bbs
2020 Feature Comparing Images in XY XZ YZ planes
[creaRigidRegistration.git] / PackRecalage / bbs / boxes / CompareImagesTransparencyWidget_2Dt.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/All/creatools_source/creaRigidRegistration/PackRecalage/bbs/boxes/CompareImagesTransparencyWidget_2Dt.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include PackRecalage
9 include wx
10 include creaMaracasVisu
11 include std
12
13 define CompareImagesTransparencyWidget_2Dt PackRecalage
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new TransparencyBox Box00
21
22 new Slider Box01
23   set Box01.In "50"
24   set Box01.Max "100"
25   set Box01.Min "0"
26   set Box01.ReactiveOnTrack "true"
27
28 new ViewerNV Box02
29   set Box02.nTypeView "0"
30
31 new LayoutSplit Box03
32   set Box03.Proportion "80"
33   set Box03.WinTitle "Transparency"
34
35 new MultipleInputs Box04
36
37
38 connect Box01.Out Box00.Percent
39 connect Box02.Widget Box03.Widget1
40 connect Box01.Widget Box03.Widget2
41 connect Box01.BoxChange Box04.In2
42 connect Box04.BoxChange Box00.BoxExecute
43 connect Box00.BoxChange Box02.BoxExecute
44 connect Box00.Out Box02.In
45
46 # Complex input ports
47 input BoxExecute Box04.In1 " "
48 input Image1 Box00.In1 " "
49 input Image2 Box00.In2 " "
50
51 # Complex output ports
52 output Widget Box03.Widget " "
53
54
55 endefine