]> Creatis software - bbtk.git/blobdiff - packages/gdcmvtk/bbs/appli/exGetInfoGdcmReader.bbs
Add package vtkgdcm
[bbtk.git] / packages / gdcmvtk / bbs / appli / exGetInfoGdcmReader.bbs
diff --git a/packages/gdcmvtk/bbs/appli/exGetInfoGdcmReader.bbs b/packages/gdcmvtk/bbs/appli/exGetInfoGdcmReader.bbs
new file mode 100644 (file)
index 0000000..a8af2d4
--- /dev/null
@@ -0,0 +1,19 @@
+category "example"
+
+
+load gdcmvtk
+load std
+load wx
+
+
+message All 9
+
+new FileSelector openFileDialog
+print Avant_new_GetInfoGdcmReader  
+new GetInfoGdcmReader readerginf
+print Apres_new_GetInfoGdcmReader   
+   connect openFileDialog.Out readerginf.In
+exec  readerginf  
+   
+// No adaptor
+//print $readerginf.Out$