]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/LayerCol-VolRend-SurRend_Multi-Widget.bbs
0d1722f95ad6180dcf2ce962f5369d15f95710b9
[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 # - /tmpEED/creaTools/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.title "Layer-1"
22
23 new wx:LayoutTab Box10
24   set Box10.WinTitle "Superpose"
25
26 new wx:LayoutTab Box11
27
28 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box12
29   set Box12.title "Layer-2"
30
31 new creaMiniTools:LayerCol-VolRend-SurRend_Widget Box13
32   set Box13.title "Layer-3"
33
34 new creaMaracasVisu:ColorLayerImageView Box14
35   set Box14.WinTitle "Layer-Base"
36   set Box14.lstTransparenceBoundaries "0"
37
38 new wx:LayoutLine Box15
39   set Box15.WinTitle "Layer-Base"
40
41 new std:MagicBox Box16
42
43 new std:MagicBox Box17
44
45 new std:MagicBox Box18
46
47 new std:MagicBox Box19
48
49
50 connect Box10.Widget Box11.Widget1
51 connect Box13.widgetLayer Box10.Widget3
52 connect Box12.widgetLayer Box10.Widget2
53 connect Box08.widgetLayer Box10.Widget1
54 connect Box14.Widget Box15.Widget1
55 connect Box15.Widget Box10.Widget4
56 connect Box16.Out Box08.Rederer3D
57 connect Box16.Out Box12.Rederer3D
58 connect Box16.Out Box13.Rederer3D
59 connect Box17.Out Box08.vtkbaseview1
60 connect Box17.Out Box12.vtkbaseview1
61 connect Box17.Out Box13.vtkbaseview1
62 connect Box17.Out Box14.WxVtkBaseView
63 connect Box19.Out Box08.vtkbaseview2
64 connect Box19.Out Box12.vtkbaseview2
65 connect Box19.Out Box13.vtkbaseview2
66 connect Box19.Out Box14.WxVtkBaseView1
67 connect Box18.Out Box08.vtkbaseview3
68 connect Box18.Out Box12.vtkbaseview3
69 connect Box18.Out Box14.WxVtkBaseView2
70 connect Box18.Out Box13.vtkbaseview3
71
72 # Complex input ports
73 input wxvtkbaseview1 Box17.In " "
74 input renderer3D Box16.In " "
75 input wxvtkbaseview2 Box19.In " "
76 input wxvtkbaseview3 Box18.In " "
77
78 # Complex output ports
79 output widget Box11.Widget " "
80
81
82 endefine