X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=21b2dd30c1ec01fc09d3fd65d8124cb6cc49bd98;hb=03acf3c119c6657129b8aeae8cb2205e481a105b;hp=84d3966b2c4f74dd325e83bb1bdf0fc4978f46fa;hpb=80f7a0ffbc39a8a7c47c2a8c6c9a272515d55d6f;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 84d3966b..21b2dd30 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2004/10/22 13:56:46 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/12/03 20:16:58 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #define GDCMRLEFRAME_H #include "gdcmCommon.h" + #include namespace gdcm @@ -44,7 +45,7 @@ namespace gdcm class GDCM_EXPORT RLEFrame { friend class Document; -friend class PixelConvert; +friend class PixelReadConvert; unsigned int NumberFragments; long Offset[15]; long Length[15];