]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/viewerNVwithVolRenExample.bbs
d1b140676339aef19a2b8a19c4eb48d0bffb1c9e
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / viewerNVwithVolRenExample.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/viewerNVwithVolRenExample.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaImageIO
12 include creaMaracasVisu
13 include toolsbbtk
14 include wx
15 include creaMiniTools
16
17 author "Author ??"
18 description "Description ??"
19 category "<VOID>"
20
21 new creaImageIO:ImagesChooserDialogBox Box00
22
23 new creaMaracasVisu:ViewerNV Box01
24   set Box01.nTypeView "5 1 2 0"
25
26 new toolsbbtk:ImageVtkPropertiesWidget Box04
27
28 new wx:LayoutTab Box05
29   set Box05.WinHide "800"
30   set Box05.WinWidth "1000"
31
32 new toolsbbtk:SaveMHD-Button Box06
33
34 new wx:LayoutLine Box07
35   set Box07.WinTitle "MPR Viewer"
36
37 new creaMiniTools:LayerCol-VolRend-SurRend_Multi-Widget Box08
38
39 new wx:LayoutSplit Box09
40   set Box09.Orientation "H"
41
42
43 connect Box00.Out Box01.In
44
45 connect Box00.Out Box04.in
46
47 connect Box04.widget Box05.Widget2
48
49 connect Box06.Widget Box05.Widget3
50
51 connect Box00.Out Box06.In
52
53 connect Box01.Widget Box07.Widget1
54
55 connect Box07.Widget Box05.Widget1
56
57 connect Box05.Widget Box09.Widget2
58
59 connect Box08.widget Box09.Widget1
60
61 connect Box01.Renderer1 Box08.renderer3D
62
63 connect Box01.wxVtkBaseView2 Box08.wxvtkbaseview1
64
65 connect Box01.wxVtkBaseView3 Box08.wxvtkbaseview2
66
67 connect Box01.wxVtkBaseView4 Box08.wxvtkbaseview3
68
69
70
71 # Complex input ports
72 exec Box09