]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleColorLayer.bbs
8e2a1907b21ddd444bfe7bb58383046cda31aa7c
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleColorLayer.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.3 BBS BlackBox Script
3 # - /home/mouton/Creatis/all/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleColorLayer.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include creaMaracasVisu
12 include vtk
13 include wx
14
15 author "Author ??"
16 description "Description ??"
17 category "<VOID>"
18
19 new ColorLayerImageView Box00
20   set Box00.PlainOrGradientColor "false"
21   set Box00.lstBaseColor "0 1 0 1 1 0 1 0 0"
22   set Box00.lstGreyLevelBoundaries "500 1200 1600 3000"
23
24 new LoadHola Box01
25
26 new ViewerNV Box02
27   set Box02.nTypeView "0"
28
29 new LayoutSplit Box03
30   set Box03.Orientation "H"
31
32
33 connect Box02.Widget Box03.Widget1
34 connect Box00.Widget Box03.Widget2
35 connect Box01.Out Box00.In
36 connect Box02.wxVtkBaseView1 Box00.WxVtkBaseView
37 connect Box01.Out Box02.In
38
39 exec Box03