]> Creatis software - bbtk.git/blobdiff - packages/demo/bbs/appli/demoViewing1.bbs
Add the ability to use a vtkgdcmReader (and nothing else!)
[bbtk.git] / packages / demo / bbs / appli / demoViewing1.bbs
index 90008b4d75b6756d917fdc8785f371d626fb3761..8e066e4668a84b388c7f5cb3f6eab3b3000a8918 100644 (file)
@@ -42,6 +42,14 @@ new ImageReader reader
   connect openFileDialog.Out reader.In
 */
 
+# uncomment next lines to use a vtkgdcmReader
+# -------------------------------------
+/*
+new FileSelector openFileDialog
+new GetInfoGdcmReader reader
+  connect openFileDialog.Out reader.In
+*/
+
 # uncomment next lines to use Gimmick
 # -----------------------------------
 /*