]> Creatis software - bbtk.git/blobdiff - packages/demo/bbs/appli/SaveAsMhd.bbs
Use ImagesChooserDialogBox
[bbtk.git] / packages / demo / bbs / appli / SaveAsMhd.bbs
index 359965cfefa3462ee366d32e49f51503c0bb4f4e..952b966a51b5114389bd1479cbcaa14581abb4f3 100644 (file)
@@ -16,7 +16,7 @@ new LayoutLine  main
 # Use new box (choose the way you want to select images)
 # -----------------------------------------------------
 load creaImageIO
-new ImagesReader chooser
+new ImagesChooserDialogBox chooser
 
 # Concatenate all the supposed-to-be consistent 2D images into a single vtkImageData
 # WARNING : File names alphabetical order is suposed to be meaningful ...
@@ -29,7 +29,7 @@ new ConcatImages reader
 
 // Normally (?) the following lines {== BEGIN == / ==END ==}
 // are now useless; let here as a reminder/example
-// Don't remove them . JPRx
+// Don't remove them. JPRx
 
 // ==== BEGIN ======================================================
 
@@ -37,7 +37,7 @@ new ConcatImages reader
 # Dummy way to get only the first image from the chooser
 # ------------------------------------------------------
 load creaImageIO
-new ImagesReader chooser
+new ImagesChooserDialogBox chooser
 
 new GetVectorVtkImageDataElement reader
    set reader.I 0