]> Creatis software - gdcm.git/blobdiff - Example/exSerieHelper.cxx
minor improvements
[gdcm.git] / Example / exSerieHelper.cxx
index 5305fe4dbbe1c4287e4f5b63c72b8dbac784772e..a585765ab5a524cf555052b107503307e255427e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exSerieHelper.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/10/30 14:55:20 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2009/05/28 15:44:34 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -151,7 +151,9 @@ int main(int argc, char *argv[])
                                           ++it2)
          {
           // Just to show : GetZSpacing from a GDCM_NAME_SPACE::File may be different        
-             std::cout << (*it2)->GetFileName() << " -->  GetZSpacing() from GDCM_NAME_SPACE::File : " 
+             std::cout << (*it2)->GetFileName() << " -->  Get{X/Y/Z}Spacing() from GDCM_NAME_SPACE::File : " 
+                       << (*it2)->GetXSpacing() << " " 
+                       << (*it2)->GetYSpacing() << " " 
                        << (*it2)->GetZSpacing() << std::endl; 
            fileCount++;      
          }