X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=843ab0ed15cfe4a0c93d68ac12006b5efd116081;hb=3370a8090c600a3d4dbe5573a62d1dddb59819f2;hp=3bc1058ad711ca44975f04ca42808ee040c3c37c;hpb=64f79e8efbfae49231d1f469aa4fcc4acf0da70c;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index 3bc1058a..843ab0ed 100644 --- a/src/gdcmRLEFramesInfo.h +++ b/src/gdcmRLEFramesInfo.h @@ -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();