]> Creatis software - creaVtk.git/blob - bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget.bbs
27ff20903a43399637e88070175790237029624c
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / appli / examplePlaneWidget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaVtk/bbtk_creaVtk_PKG/bbs/appli/examplePlaneWidget.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include creaMaracasVisu
13 include creaVtk
14 include wx
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new LoadHola Box00
21
22 new ViewerNV Box01
23   set Box01.nTypeView "5"
24
25 new PlaneWidget Box02
26   set Box02.Active "true"
27
28 new CommandButton Box03
29   set Box03.Label "Run"
30
31 new LayoutSplit Box04
32   set Box04.Proportion "10"
33
34
35 connect Box00.Out Box01.In
36
37 connect Box01.Renderer1 Box02.Renderer
38
39 connect Box00.Out Box02.In
40
41 connect Box03.Widget Box04.Widget1
42
43 connect Box01.Widget Box04.Widget2
44
45 connect Box03.BoxChange Box02.BoxExecute
46
47
48
49 # Complex input ports
50 exec Box04