]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleContourControlPoints_Wdiget.bbs
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleContourControlPoints_Wdiget.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleContourControlPoints_Wdiget.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 include std
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new ContourControlPoints_Widget Box00
21
22 new LoadHola Box01
23
24 new ViewerNV Box02
25
26 new LayoutSplit Box03
27   set Box03.Orientation "H"
28
29 new MagicBox Box04
30
31
32 connect Box01.Out Box02.In
33
34 connect Box02.wxVtkBaseView4 Box00.wxvtkbaseview
35
36 connect Box00.Widget_Contour Box03.Widget1
37
38 connect Box02.Widget Box03.Widget2
39
40 connect Box00.BoxChange2 Box04.In
41
42
43
44 # Complex input ports
45 exec Box03
46 exec Box04