X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFileHelper.h;h=de75a809a0de89e285a799ec2ae4120154f70743;hb=725267b12a1928251820ad7a3fc363de5fcdf8dc;hp=983c14c6bb972ba9f13171cb03b6b95fa7a1aa68;hpb=f72a261d1f5426d5127d946aaafa9b59980c32b5;p=gdcm.git 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!