]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs
#spc.push_back(1);
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / exampleVoiMPR.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/C8/creatools_source/creaVtk/bbtk_creaVtk_PKG/bbs/appli/exampleVoiMPR.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaVtk
12 include vtk
13 include creaMaracasVisu
14 include wx
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new creaVtk:VoiMPR-Widget Box00
21
22 new vtk:LoadHola Box01
23
24 new creaMaracasVisu:ViewerNV Box02
25
26 new wx:LayoutSplit Box03
27   set Box03.Orientation "H"
28
29
30 connect Box01.Out Box00.image
31
32 connect Box01.Out Box02.In
33
34 connect Box02.Point Box00.Point
35
36 connect Box02.Renderer2 Box00.RenderYZ
37
38 connect Box02.BoxChange Box00.execute
39
40 connect Box02.Renderer3 Box00.RenderXZ
41
42 connect Box02.Renderer4 Box00.RenderXY
43
44 connect Box02.wxVtkBaseView1 Box00.wxVtkBaseView
45
46 connect Box02.Widget Box03.Widget2
47
48 connect Box00.Widget Box03.Widget1
49
50
51
52 # Complex input ports
53 exec Box03