From: jpr Date: Wed, 1 Mar 2006 15:32:52 +0000 (+0000) Subject: Fix misstyping in the comments (not in the code) X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0ee1974f0d14a411803f17cedd0baf4428284aca;p=gdcm.git Fix misstyping in the comments (not in the code) --- diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index dc52c804..4e35401c 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -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, diff --git a/src/gdcmFileHelper.h b/src/gdcmFileHelper.h index 983c14c6..de75a809 100644 --- a/src/gdcmFileHelper.h +++ b/src/gdcmFileHelper.h @@ -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!