X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=c3500c8b0d4ad29a2030e1236dc5d6bae246c3b6;hb=0ad9dae4659b21bfd5c834c1af724eab4dcdf4f6;hp=4adfcd303d266e474491c21912091fd480a07701;hpb=1fad5ff2d076c7dafa56b8cda37cca2118c5230e;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 4adfcd30..c3500c8b 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/01/21 12:37:15 $ - Version: $Revision: 1.196 $ + Date: $Date: 2005/01/23 10:12:34 $ + Version: $Revision: 1.197 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,7 @@ File::File( std::string const &filename ): // is found by indirection through the "Image Location"). // Inside the group pointed by "Image Location" the searched element // is conventionally the element 0x0010 (when the norm is respected). - // When the "Image Location" is Missing we default to group 0x7fe0. + // When the "Image Location" is missing we default to group 0x7fe0. // Note: this IS the right place for the code // Image Location @@ -97,6 +97,8 @@ File::File( std::string const &filename ): GrPixel, NumPixel, PixelVR, "PXL", "Pixel Data"); + // friend class hunting : should we *create* a new entry, + // instead of modifying its DictEntry,in order not to use 'friend' ? entry->SetDictEntry( newEntry ); } } @@ -1283,6 +1285,7 @@ bool File::AnonymizeFile() /** * \brief gets the info from 0020,0037 : Image Orientation Patient + * (needed to organize DICOM files based on their x,y,z position) * @param iop adress of the (6)float aray to receive values * @return cosines of image orientation patient */