]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/LayerCol-VolRend-SurRend_Multi-Widget.bbs
#3418 merge vtk8itk5wx3-mingw64
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / LayerCol-VolRend-SurRend_Multi-Widget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /home/davila/Creatis/C8/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/LayerCol-VolRend-SurRend_Multi-Widget.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include creaMiniTools
9 include wx
10 include creaMaracasVisu
11 include std
12
13 define LayerCol-VolRend-SurRend_Multi-Widget creaMiniTools
14
15 author "Author ??"
16 description "Description ??"
17
18 category "<VOID>"
19
20 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box08
21   set Box08.colorbarposition "0    100"
22   set Box08.title "Layer-1"
23
24 new wx:LayoutTab Box10
25   set Box10.WinTitle "Superpose"
26
27 new wx:LayoutTab Box11
28
29 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box12
30   set Box12.colorbarposition "60    100"
31   set Box12.title "Layer-2"
32
33 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box13
34   set Box13.colorbarposition "120  100"
35   set Box13.title "Layer-3"
36
37 new creaMaracasVisu:ColorLayerImageView Box14
38   set Box14.ColorBarPosition "180 100"
39   set Box14.WinTitle "Layer-Base"
40   set Box14.lstTransparenceBoundaries "0"
41
42 new wx:LayoutLine Box15
43   set Box15.WinTitle "Layer-Base"
44
45 new std:MagicBox Box16
46
47 new std:MagicBox Box17
48
49 new std:MagicBox Box18
50
51 new std:MagicBox Box19
52
53
54 connect Box10.Widget Box11.Widget1
55 connect Box13.widgetLayer Box10.Widget3
56 connect Box12.widgetLayer Box10.Widget2
57 connect Box08.widgetLayer Box10.Widget1
58 connect Box14.Widget Box15.Widget1
59 connect Box15.Widget Box10.Widget4
60 connect Box16.Out Box08.Rederer3D
61 connect Box16.Out Box12.Rederer3D
62 connect Box16.Out Box13.Rederer3D
63 connect Box17.Out Box08.vtkbaseview1
64 connect Box17.Out Box12.vtkbaseview1
65 connect Box17.Out Box13.vtkbaseview1
66 connect Box17.Out Box14.WxVtkBaseView
67 connect Box19.Out Box08.vtkbaseview2
68 connect Box19.Out Box12.vtkbaseview2
69 connect Box19.Out Box13.vtkbaseview2
70 connect Box19.Out Box14.WxVtkBaseView1
71 connect Box18.Out Box08.vtkbaseview3
72 connect Box18.Out Box12.vtkbaseview3
73 connect Box18.Out Box14.WxVtkBaseView2
74 connect Box18.Out Box13.vtkbaseview3
75
76 # Complex input ports
77 input wxvtkbaseview1 Box17.In " "
78 input renderer3D Box16.In " "
79 input wxvtkbaseview2 Box19.In " "
80 input wxvtkbaseview3 Box18.In " "
81
82 # Complex output ports
83 output widget Box11.Widget " "
84
85
86 endefine