# 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 ...
// 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 ======================================================
# 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
# 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 ...
# 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 ...
# 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