]> Creatis software - gdcm.git/commitdiff
Fix misstyping in the comments (not in the code)
authorjpr <jpr>
Wed, 1 Mar 2006 15:32:52 +0000 (15:32 +0000)
committerjpr <jpr>
Wed, 1 Mar 2006 15:32:52 +0000 (15:32 +0000)
src/gdcmCommon.h
src/gdcmFileHelper.h

index dc52c80471f8a7e4455d1c97e271d36ab82d1ab8..4e35401c802a72624d53ab47edc112d30553858f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommon.h,v $
   Language:  C++
-  Date:      $Date: 2006/03/01 09:53:24 $
-  Version:   $Revision: 1.105 $
+  Date:      $Date: 2006/03/01 15:32:52 $
+  Version:   $Revision: 1.106 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -134,8 +134,8 @@ enum LodModeType
 ///    FILTERED_IMAGE
 /// -3) user created a new image, using existing images (eg MIP, MPR, cartography image)
 ///   CREATED_IMAGE
-/// -4) user anonymized an image without processing the pixels.
-///   ANONYMIZED_IMAGE
+/// -4) user modified/added some tags *without processing* the pixels (anonymization...
+///   UNMODIFIED_PIXELS_IMAGE
 enum ImageContentType
 {
       USER_OWN_IMAGE,
index 983c14c6bb972ba9f13171cb03b6b95fa7a1aa68..de75a809a0de89e285a799ec2ae4120154f70743 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmFileHelper.h,v $
   Language:  C++
-  Date:      $Date: 2006/03/01 09:45:04 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2006/03/01 15:32:52 $
+  Version:   $Revision: 1.40 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -155,8 +155,8 @@ public:
 ///    FILTERED_IMAGE
 /// -3) user created a new image, using existing images (eg MIP, MPR, cartography image)
 ///   CREATED_IMAGE
-/// -4) user anonymized an image without processing the pixels.
-///   ANONYMIZED_IMAGE
+/// -4) user modified/added some tags *without processing* the pixels (anonymization...
+///   UNMODIFIED_PIXELS_IMAGE
 
    void SetContentType (ImageContentType c) { ContentType = c; }
    // no GetContentType() method, on purpose!