]> Creatis software - bbtk.git/commitdiff
Use ImagesChooserDialogBox
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 31 May 2010 14:17:39 +0000 (14:17 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 31 May 2010 14:17:39 +0000 (14:17 +0000)
packages/demo/bbs/appli/SaveAsMhd.bbs
packages/demo/bbs/appli/examplePlane3Pts.bbs
packages/demo/bbs/appli/exampleViewing1-1.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
index 104b5d1eae09298c98491039caab351c4a22fe7c..f58d4d67986e9f0f0222dc689c49181f265cf2d0 100644 (file)
@@ -11,7 +11,7 @@ load creaImageIO
 
 # Use new box (choose the way you want to select images)
 # -----------------------------------------------------
-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 ...
index c25bda447626a40bece64225142f49856b78b0e1..07bc6dfaab54914ea14086006cc0253e096c346c 100644 (file)
@@ -32,7 +32,7 @@ connect downright.Widget main.Widget4
 # 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 ...
@@ -50,7 +50,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