]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/exampleShowNPoints.bbs
Now LoadHola is called a 'reader' everywhere, not an 'image'
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleShowNPoints.bbs
index e353a3f38a732cdf57a1b7e59e8746cf029b7fb9..cf6a07cd372ba79826c0ff8e4fbfa3eb1f7d30d8 100644 (file)
@@ -14,6 +14,21 @@ include wx
 load itkvtk
 load creaMaracasVisu
 
+
+
+# Use new box (choose the way you want to select images)
+# -----------------------------------------------------
+load creaImageIO
+new ImagesReader chooser
+
+# Concatenate all the supposed-to-be consistent 2D images into a single vtkImageData
+# WARNING : File names alphabetical order is suposed to be meaningful ...
+
+new ConcatImages reader
+   connect chooser.Out reader.In
+
+
+
 # Here loads hola.mhd
 # -------------------------
 /*
@@ -32,10 +47,10 @@ new MetaImageReader reader
 
 # uncomment next lines to use Gimmick
 # -----------------------------------
-
+/*
 load creaImageIO
 new Gimmick reader
-
+*/
 
 new ViewerNV viewer
   connect reader.Out viewer.In