]> Creatis software - bbtk.git/blobdiff - packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs
Some re indent
[bbtk.git] / packages / gdcmvtk / bbs / appli / exampleGetXCoherentInfoGdcmReader.bbs
index d98ba90da7e23a3ee3403046ee2f428331e01404..7ced94012c440cb5540fb6090e13a21eb450f730 100644 (file)
@@ -1,6 +1,5 @@
 category "example"
 
-
 load gdcmvtk
 load std
 load wx
@@ -11,23 +10,18 @@ load wx
 // To choose the directory
 new DirectorySelector ds
 // To get the image names into a vector
-print "avant FilesFromDirectory"
 new FilesFromDirectory fd
-print "apres FilesFromDirectory"
    connect ds.Out fd.In 
-print "apres connect"
 // list of files as input
-print "In $ds.Out$\n
-print "Files found : $fd.Out$\n
-
-
+#print "In $ds.Out$\n
+#print "Files found : $fd.Out$\n
+// user choosen directory as input
 new GetXCoherentInfoGdcmReader reader
-//connect fd.Out  reader.FileNames
 connect fd.Out  reader.In
 exec  reader  
 
 // No adaptor
-//print $reader.Out$
+#print $reader.Out$
 
 print IOP
 print $reader.IOP$