]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/appli/resampling.bbs
6b0d94355bc2a6fe427bedb2e28d06ab527667c1
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / resampling.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.2 BBS BlackBox Script
3 # - /Users/davila/Creatis/All3/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/resampling.bbs
4 # ----------------------------------
5
6 # BBTK GEditor Script
7 # ----------------------
8
9 include std
10 include itkvtk
11 include itk
12 include creaMaracasVisu
13 include wx
14 include std
15 include creaImageIO
16 include toolsbbtk
17
18 author "Author ??"
19 description "Description ??"
20 category "<VOID>"
21
22 new ResampleImageFilter Box02
23   set Box02.Spacing "0.097 0.097 0.097"
24
25 new ViewerNV Box03
26
27 new CommandButton Box04
28   set Box04.Label "Write mhd image"
29
30 new LayoutSplit Box05
31   set Box05.Proportion 15
32
33 new ImageWriter Box06
34
35 new FileSelector Box07
36   set Box07.OpenSave Save
37
38 new CommandButton Box09
39   set Box09.Label "Run resampling"
40
41 new LayoutSplit Box11
42   set Box11.Orientation H
43   set Box11.Proportion 75
44
45 new LayoutLine Box13
46   set Box13.Orientation V
47
48 new InputText Box14
49   set Box14.In "1 1 1"
50   set Box14.Title "NewSpacing"
51
52 new RadioButton Box19
53   set Box19.In 0
54   set Box19.In0 Linear
55   set Box19.In1 BSpline
56   set Box19.In2 NearestNeighbor
57   set Box19.Title Interpolation
58
59 new StringSelect Box20
60   set Box20.In1 Linear
61   set Box20.In2 BSpline
62   set Box20.In3 NearestNeighbor
63
64 new ImagesChooserDialogBox Box21
65
66 new LayoutSplit Box22
67   set Box22.Proportion 20
68
69 new ViewerNV Box23
70   set Box23.nTypeView "0"
71
72 new ImageVtkPropertiesWidget Box24
73
74
75 connect Box02.Out Box03.In
76 connect Box03.Widget Box05.Widget2
77 connect Box04.Widget Box05.Widget1
78 connect Box07.Out Box06.Filename
79 connect Box02.Out Box06.In
80 connect Box04.BoxChange Box06.BoxExecute
81 connect Box14.Widget Box13.Widget1
82 connect Box13.Widget Box11.Widget2
83 connect Box19.Out Box20.In
84 connect Box19.Widget Box13.Widget4
85 connect Box20.Out Box02.Interpolation
86 connect Box09.BoxChange Box05.BoxExecute
87 connect Box21.Out Box02.In
88 connect Box23.Widget Box22.Widget2
89 connect Box21.Out Box23.In
90 connect Box22.Widget Box11.Widget1
91 connect Box21.Out Box24.in
92 connect Box24.widget Box22.Widget1
93 connect Box14.Out Box02.Spacing
94 connect Box24.Spacing Box14.In
95 connect Box09.Widget Box13.Widget5
96
97 exec Box11