X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSerieHelper.h;h=13db02af8e9b6b6e82c55e967830af1a7d3a9762;hb=6cf34d5df01e8ec0572bcef6c6b91be58212ef77;hp=4ce6f299be4fbb5414db13e07ed3efaacee633c5;hpb=10f41c98cf3de1fa1c053ab6055ac1b3bb56351a;p=gdcm.git diff --git a/src/gdcmSerieHelper.h b/src/gdcmSerieHelper.h index 4ce6f299..13db02af 100644 --- a/src/gdcmSerieHelper.h +++ b/src/gdcmSerieHelper.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSerieHelper.h,v $ Language: C++ - Date: $Date: 2005/05/27 21:19:04 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/06/03 16:08:16 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -36,7 +36,7 @@ typedef std::vector FileList; * - This class should be used for a stack of 2D dicom images. * It allows to explore (recursively or not) a directory and * makes a set of 'Coherent Files' list (coherent : same Serie UID) - * It allows to sort any of the Coherent File list on the image postion + * It allows to sort any of the Coherent File list on the image position */ class GDCM_EXPORT SerieHelper {