X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fgdcmvtk%2Fbbs%2Fappli%2FexampleGetXCoherentInfoGdcmReader.bbs;h=7ced94012c440cb5540fb6090e13a21eb450f730;hb=5324827cd8177a42ffbce49fed69453f9cbb468c;hp=d98ba90da7e23a3ee3403046ee2f428331e01404;hpb=5ecfbf82eea9a965a11ae9f47377ad900b7253b7;p=bbtk.git diff --git a/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs b/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs index d98ba90..7ced940 100644 --- a/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs +++ b/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs @@ -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$