]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/resampling.bbs
no message
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / resampling.bbs
index a1626885baa69e4f64ce16dafca733d0537ff62d..6b0d94355bc2a6fe427bedb2e28d06ab527667c1 100644 (file)
@@ -11,9 +11,9 @@ include itkvtk
 include itk
 include creaMaracasVisu
 include wx
-include creaMiniTools
 include std
 include creaImageIO
+include toolsbbtk
 
 author "Author ??"
 description "Description ??"
@@ -35,36 +35,19 @@ new ImageWriter Box06
 new FileSelector Box07
   set Box07.OpenSave Save
 
-new ImagePropertiesWidget Box08
-
 new CommandButton Box09
   set Box09.Label "Run resampling"
 
 new LayoutSplit Box11
   set Box11.Orientation H
-  set Box11.Proportion 85
-
-new LayoutSplit Box12
-  set Box12.Proportion 80
+  set Box11.Proportion 75
 
 new LayoutLine Box13
   set Box13.Orientation V
 
 new InputText Box14
-  set Box14.In 1
-  set Box14.Title "NewSpacing X"
-
-new InputText Box16
-  set Box16.In 1
-  set Box16.Title "NewSpacing Y"
-
-new InputText Box17
-  set Box17.In 1
-  set Box17.Title "NewSpacing Z"
-
-new ConcatStrings Box18
-  set Box18.In2 " "
-  set Box18.In4 " "
+  set Box14.In "1 1 1"
+  set Box14.Title "NewSpacing"
 
 new RadioButton Box19
   set Box19.In 0
@@ -86,6 +69,8 @@ new LayoutSplit Box22
 new ViewerNV Box23
   set Box23.nTypeView "0"
 
+new ImageVtkPropertiesWidget Box24
+
 
 connect Box02.Out Box03.In
 connect Box03.Widget Box05.Widget2
@@ -93,25 +78,20 @@ connect Box04.Widget Box05.Widget1
 connect Box07.Out Box06.Filename
 connect Box02.Out Box06.In
 connect Box04.BoxChange Box06.BoxExecute
-connect Box09.Widget Box12.Widget2
-connect Box11.Widget Box12.Widget1
 connect Box14.Widget Box13.Widget1
 connect Box13.Widget Box11.Widget2
-connect Box16.Widget Box13.Widget2
-connect Box17.Widget Box13.Widget3
-connect Box14.Out Box18.In1
-connect Box18.Out Box02.Spacing
 connect Box19.Out Box20.In
 connect Box19.Widget Box13.Widget4
 connect Box20.Out Box02.Interpolation
 connect Box09.BoxChange Box05.BoxExecute
-connect Box16.Out Box18.In3
-connect Box17.Out Box18.In5
 connect Box21.Out Box02.In
-connect Box21.Out Box08.in
-connect Box08.widget Box22.Widget1
 connect Box23.Widget Box22.Widget2
 connect Box21.Out Box23.In
 connect Box22.Widget Box11.Widget1
+connect Box21.Out Box24.in
+connect Box24.widget Box22.Widget1
+connect Box14.Out Box02.Spacing
+connect Box24.Spacing Box14.In
+connect Box09.Widget Box13.Widget5
 
-exec Box12
+exec Box11