X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=3f288ecfc83ce7b4f03b78fde1d196dc55532901;hb=3370a8090c600a3d4dbe5573a62d1dddb59819f2;hp=3eb74aacd308ef5c19ec6a3566590d3b591c301e;hpb=d65508e83c169bde30eecaed0ca1c5ce6d0eebcb;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 3eb74aac..3f288ecf 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/06 22:31:31 $ - Version: $Revision: 1.2 $ + Date: $Date: 2004/10/08 16:27:20 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,9 +24,10 @@ /** * \brief Utility class for summerizing the informations of a SINGLE RLE - * frame of an "Encapsulated RLE Compressed Image" (see PS-3.3 annex G). + * frame of an "Encapsulated RLE Compressed Image" (refer to + * PS 3.5-2003 annex G). * This information is a mix of: - * - the RLE Header (see PS-3.3 section G5) and + * - the RLE Header (see PS 3.5-2003 section G5) and * - the lengths of each RLE segment [ which can be decuded from * both the above RLE Header and the itemlength of the frame). * @@ -41,6 +42,7 @@ class GDCM_EXPORT gdcmRLEFrame { friend class gdcmDocument; friend class gdcmFile; +friend class gdcmPixelConvert; int NumberFragments; long Offset[15]; long Length[15];