]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.h
ENH: Move the old setup.py to its new home
[gdcm.git] / src / gdcmRLEFrame.h
index 3eb74aacd308ef5c19ec6a3566590d3b591c301e..3f288ecfc83ce7b4f03b78fde1d196dc55532901 100644 (file)
@@ -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
 
 /**
  * \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];