]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleRuler01_XY.bbs
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleRuler01_XY.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /home/davila/Creatis/creaTools/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 LayoutSplit Box05
25   set Box05.Orientation "H"
26
27 new ImageReader Box06
28   set Box06.In "/tmpEED/tmpIulia/coeur_t1_VGpost_z1_pag0001_USHORT_spc-tmpEED.mhd"
29
30 new vtkImageDataPointerRelay Box07
31
32 new Ruler01_XY_Widget Box09
33
34
35 connect Box01.Widget Box05.Widget2
36
37 connect Box07.Out Box01.In
38
39 connect Box07.Out Box09.Image
40
41 connect Box01.BoxChange Box09.BoxExecuteRulerInterface
42
43 connect Box01.Point Box09.Point
44
45 connect Box02.Out Box07.In
46
47 connect Box09.Widget Box05.Widget1
48
49 connect Box01.wxVtkBaseView4 Box09.wxvtkbaseview
50
51
52
53 # Complex input ports
54 exec Box05