]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleShowNPoints.bbs
*** empty log message ***
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleShowNPoints.bbs
index b1c51a31c5829e44fceef109407d29d927385a02..e353a3f38a732cdf57a1b7e59e8746cf029b7fb9 100644 (file)
@@ -23,17 +23,19 @@ new LoadHola reader
 
 # uncomment next lines to have a file selector
 # ---------------------------------------------
+/*
 new FileSelector openFileDialog
   set openFileDialog.Wildcard  "(*.mhd)|*.mhd"
 new MetaImageReader reader
    connect openFileDialog.Out reader.In
+*/
 
 # uncomment next lines to use Gimmick
 # -----------------------------------
-/*
+
 load creaImageIO
 new Gimmick reader
-*/
+
 
 new ViewerNV viewer
   connect reader.Out viewer.In