]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/exampleRuler01_XY.bbs
2382 creaMaracasVisu Bug New High Box HistogramView not accept all formats
[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 include std
16 include toolsbbtk
17
18 author "Author ??"
19 description "Description ??"
20 category "<VOID>"
21
22 new ViewerNV Box01
23
24 new LoadHola Box02
25
26 new LayoutTab Box04
27
28 new LayoutSplit Box05
29   set Box05.Orientation "H"
30
31 new ImageReader Box06
32   set Box06.In "/tmpEED/tmpIulia/coeur_t1_VGpost_z1_pag0001_USHORT_spc-tmpEED.mhd"
33
34 new vtkImageDataPointerRelay Box07
35
36 new Ruler01_XY_Widget Box09
37
38 new PanelButtonContainerSettings Box10
39   set Box10.ButtonDescription "Ruler 01"
40   set Box10.ButtonName "Ruler 01"
41   set Box10.GroupName "Ruler"
42
43 new PanelButtonContainer Box11
44
45 new ContourControlPoints_Widget Box13
46
47 new MagicBox Box14
48
49 new PanelButtonContainerSettings Box15
50   set Box15.ButtonDescription "Ruler 02"
51   set Box15.ButtonName "Ruler 02"
52   set Box15.GroupName "Ruler"
53
54 new ImageVtkPropertiesWidget Box16
55
56 new PanelButtonContainerSettings Box17
57   set Box17.ButtonDescription "Image properties"
58   set Box17.ButtonName "Image properties"
59   set Box17.GroupName "Information"
60
61 new LayoutLine Box18
62
63 new LayoutLine Box19
64
65 new MagicBox Box20
66
67
68 connect Box04.Widget Box05.Widget1
69
70 connect Box01.Widget Box05.Widget2
71
72 connect Box07.Out Box01.In
73
74 connect Box07.Out Box09.Image
75
76 connect Box01.BoxChange Box09.BoxExecuteRulerInterface
77
78 connect Box01.Point Box09.Point
79
80 connect Box02.Out Box07.In
81
82 connect Box11.Widget Box04.Widget1
83
84 connect Box09.Widget Box10.Widget
85
86 connect Box01.Renderer4 Box13.vtkRenderer
87
88 connect Box01.wxVtkBaseView4 Box13.wxvtkbaseview
89
90 connect Box13.BoxChange2 Box14.BoxExecute
91
92 connect Box13.Widget_Contour Box15.Widget
93
94 connect Box15.Out Box11.In
95
96 connect Box10.Out Box15.In
97
98 connect Box07.Out Box16.in
99
100 connect Box16.widget Box17.Widget
101
102 connect Box10.Widget Box18.Widget1
103
104 connect Box17.Widget Box19.Widget1
105
106 connect Box17.Out Box10.In
107
108 connect Box15.Widget Box20.In
109
110 connect Box01.Renderer4 Box09.vtkRenderer
111
112
113
114 # Complex input ports
115 exec Box05
116 exec Box14