]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/bbs/appli/demoPresentacion1Boton.bbs
bugs wt xtk
[creaWT.git] / wt / bbtk_wt_PKG / bbs / appli / demoPresentacion1Boton.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script
3 # - /tmpEED/creaWT/wt/bbtk_wt_PKG/bbs/appli/demoPresentacion1Boton.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include vtk
12 include itk
13 include std
14 include wt
15
16 author "Author ??"
17 description "Description ??"
18 category "<VOID>"
19
20 new LoadHola Box00
21
22 new BinaryThresholdImageFilter Box02
23   set Box02.InsideValue "255"
24   set Box02.LowerThreshold "1250"
25   set Box02.OutsideValue "0"
26   set Box02.UpperThreshold "1500"
27
28 new MarchingCubes Box05
29   set Box05.ComputeNormalsOn "true"
30   set Box05.ComputeScalarsOn "false"
31   set Box05.Value "128"
32
33 new ImageContinuousErode3D Box06
34   set Box06.KernelSizeX "3"
35   set Box06.KernelSizeY "3"
36   set Box06.KernelSizeZ "3"
37
38 new SegmentationConnectivity Box09
39   set Box09.PositionXYZ "73 101 93"
40   set Box09.ThresholdMinMax "200 300"
41
42 new ConcatStrings Box08
43   set Box08.In1 "/home/davila/tempWT/"
44
45 new ConcatStrings Box10
46   set Box10.In1 "holaPP"
47   set Box10.In3 "_"
48   set Box10.In5 ".vtk"
49
50 new ViewerNVWeb Box12
51   set Box12.ImagePath "hola.nii"
52
53 new PolyDataWriter Box14
54
55 new Slider Box15
56   set Box15.In "1250"
57   set Box15.Max "1449"
58   set Box15.Min "500"
59   set Box15.Title "LowerThreshold"
60
61 new Slider Box16
62   set Box16.In "1500"
63   set Box16.Max "2500"
64   set Box16.Min "1450"
65   set Box16.Title "UpperThresHold"
66
67 new LayoutLine Box17
68
69 new CommandButton Box21
70   set Box21.Label "Run"
71
72 new AddObjectToViewerWeb Box22
73
74 new configServerWT Box27
75   set Box27.DocRoot "/home/davila/tempWT"
76   set Box27.Port "8083"
77
78 new LayoutSplit Box28
79   set Box28.Orientation "h"
80
81
82 connect Box00.Out Box02.In
83
84 connect Box02.Out Box06.In
85
86 connect Box06.Out Box09.In
87
88 connect Box09.Out Box05.In
89
90 connect Box05.Out Box14.In
91
92 connect Box10.Out Box08.In2
93
94 connect Box08.Out Box14.Filename
95
96 connect Box15.Out Box10.In2
97
98 connect Box15.Out Box02.LowerThreshold
99
100 connect Box16.Out Box02.UpperThreshold
101
102 connect Box16.Out Box10.In4
103
104 connect Box15.Widget Box17.Widget2
105
106 connect Box16.Widget Box17.Widget3
107
108 connect Box21.BoxChange Box14.BoxExecute
109
110 connect Box21.Widget Box17.Widget5
111
112 connect Box10.Out Box22.Mesh
113
114 connect Box12.viewer1 Box22.Viewer3D
115
116 connect Box22.Widget Box17.Widget8
117
118 connect Box21.BoxChange Box22.BoxExecute
119
120 connect Box17.Widget Box28.Widget1
121
122 connect Box12.Widget Box28.Widget2
123
124
125
126 # Complex input ports
127 exec Box27
128 exec Box28