X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=90ea66afd248678bfd8c2d678af2cbe0bdb38765;hb=0a8894522fde1e35128022e0df3f0366677be59e;hp=a78434c2e76be7ddf56f3155ba4ff01e14ebe90d;hpb=f4618aed21f60eeca799cf5807b3dca987831591;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index a78434c2..90ea66af 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2004/09/10 18:54:39 $ - Version: $Revision: 1.45 $ + Date: $Date: 2004/09/13 07:49:36 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -94,7 +94,7 @@ protected: private: void SwapZone(void* im, int swap, int lgr, int nb); - void gdcmFile::SetInitialValues(); + void SetInitialValues(); bool ReadPixelData(void * destination); // For JPEG 8 Bits, body in file gdcmJpeg.cxx @@ -155,9 +155,10 @@ private: /// \brief Bits Allocated (0x0028,0x0100), as found on disk std::string InitialBitsAllocated; - // some DocEntry that can be moved ou of the H table during reading process + // some DocEntry that can be moved out of the H table during reading process // if user asked to transform gray level + LUT image into RGB image - + // We keep a pointer on them for a future use. + /// \brief Red Palette Color Lookup Table Descriptor 0028 1101 as read gdcmDocEntry* InitialRedLUTDescr; /// \brief Green Palette Color Lookup Table Descriptor 0028 1102 as read