]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/bbs/appli/ExampleShowNPoints.bbs
no newline at end of file
[creaMaracasVisu.git] / bbtk / bbs / appli / ExampleShowNPoints.bbs
index 37730a5e6c82c2cfb2e2c83da5790eeee1138b82..b1c51a31c5829e44fceef109407d29d927385a02 100644 (file)
@@ -1,5 +1,5 @@
-description "3 slicers and a 3D view"
-author "jpr@creatis.insa-lyon.fr"
+description "Show N Points"
+author "info-dev@creatis.insa-lyon.fr"
 category "demo"
 
 // To show how easy it is to add smthing
@@ -14,11 +14,27 @@ include wx
 load itkvtk
 load creaMaracasVisu
 
+# Here loads hola.mhd
+# -------------------------
+/*
+include vtk/boxes/bbLoadHola
+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
   set viewer.nTypeView "5 1 2 0"