X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fgdcmvtk%2Fbbs%2Fappli%2FexampleGetXCoherentInfoGdcmReader.bbs;h=7ced94012c440cb5540fb6090e13a21eb450f730;hb=6adcfa9cb22b26df2122aa7bfef931a3bb847486;hp=4c312bfe23dfad225416962c0bd3981d0caa3cb5;hpb=cd7f5d5f3cc2471e408dc5954f9fef6774df2fc8;p=bbtk.git diff --git a/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs b/packages/gdcmvtk/bbs/appli/exampleGetXCoherentInfoGdcmReader.bbs index 4c312bf..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$ @@ -38,7 +32,5 @@ print $reader.IPP$ print PixelSpacing print $reader.PixelSpacing$ -print InterSlice -print $reader.InterSlice$