]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleManualContour.bbs
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleManualContour.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaTools/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleManualContour.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include creaMaracasVisu
13 include wx
14 include std
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new LoadHola Box00
21
22 new ViewerNV Box01
23
24 new LayoutSplit Box05
25   set Box05.Orientation "H"
26
27 new LayoutTab Box06
28
29 new ContourControlPoints_Widget Box08
30
31 new MagicBox Box09
32
33
34 connect Box00.Out Box01.In
35
36 connect Box06.Widget Box05.Widget1
37
38 connect Box01.Widget Box05.Widget2
39
40 connect Box01.wxVtkBaseView4 Box08.wxvtkbaseview
41
42 connect Box01.Renderer4 Box08.vtkRenderer
43
44 connect Box08.BoxChange2 Box09.BoxExecute
45
46 connect Box08.Widget_Contour Box06.Widget1
47
48
49
50 # Complex input ports
51 exec Box05
52 exec Box09