]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleRuler01_XY.bbs
2345 creaMaracasVisu Feature New Normal Ruler01XY
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleRuler01_XY.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/All/creatools_source/creaMaracasVisu/bbtk/bbs/appli/exampleRuler01_XY.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 itk
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new ViewerNV Box01
21
22 new LoadHola Box02
23
24 new LayoutTab Box04
25
26 new LayoutSplit Box05
27   set Box05.Orientation "H"
28
29 new ImageReader Box06
30   set Box06.In "/tmpEED/tmpIulia/coeur_t1_VGpost_z1_pag0001_USHORT_spc-tmpEED.mhd"
31
32 new vtkImageDataPointerRelay Box07
33
34 new Ruler01_XY_Widget Box09
35
36
37 connect Box04.Widget Box05.Widget1
38
39 connect Box01.Widget Box05.Widget2
40
41 connect Box07.Out Box01.In
42
43 connect Box07.Out Box09.Image
44
45 connect Box01.BoxChange Box09.BoxExecuteRulerInterface
46
47 connect Box01.Point Box09.Point
48
49 connect Box01.Renderer4 Box09.vtkRenderer
50
51 connect Box09.Widget Box04.Widget1
52
53 connect Box02.Out Box07.In
54
55
56
57 # Complex input ports
58 exec Box05