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
# -----------------------------------
/*
load itkvtk
load gdcmvtk
-
new LayoutX4 main
new LayoutLine upright
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
# -----------------------------------
/*