]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
ENH: Remove one more sprintf
[gdcm.git] / src / gdcmRLEFramesInfo.h
index 3bc1058ad711ca44975f04ca42808ee040c3c37c..843ab0ed15cfe4a0c93d68ac12006b5efd116081 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/06 09:58:08 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2004/10/08 16:27:20 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@
 /**
  * \brief Utility class for gathering the informations of the collection
  *        of RLE frame[s] (see \ref gdcmRLEFrame)  when handling
- *        "Encapsulated RLE Compressed Images" (see PS-3.3 annex G). 
+ *        "Encapsulated RLE Compressed Images" (see PS 3.5-2003 annex G). 
  *        Note: a classical image can be considered as the degenerated case
  *              of a multiframe image. In this case the collection is limited
  *              to a single individual frame.
@@ -41,6 +41,7 @@ class GDCM_EXPORT gdcmRLEFramesInfo
    typedef std::list< gdcmRLEFrame* > RLEFrameList;
 friend class gdcmDocument;
 friend class gdcmFile;
+friend class gdcmPixelConvert;
    RLEFrameList Frames;
 public:
    ~gdcmRLEFramesInfo();