]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/exampleShowNPoints.bbs
*** empty log message ***
[creaMaracasVisu.git] / bbtk / bbs / appli / exampleShowNPoints.bbs
index cf6a07cd372ba79826c0ff8e4fbfa3eb1f7d30d8..e0f81d0816e1e8b355327018a4ede3717269712e 100644 (file)
@@ -18,23 +18,23 @@ load creaMaracasVisu
 
 # Use new box (choose the way you want to select images)
 # -----------------------------------------------------
-load creaImageIO
-new ImagesReader chooser
+
+#load creaImageIO
+#new ImageReader 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
+#new ConcatImages reader
+#   connect chooser.Out reader.In
 
 
 
 # Here loads hola.mhd
 # -------------------------
-/*
+
 include vtk/boxes/bbLoadHola
 new LoadHola reader
-*/
 
 # uncomment next lines to have a file selector
 # ---------------------------------------------