X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=d8cb65effef8f04d332f463aa9074fdd2f6b41d1;hb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;hp=5afa003e99f36d435e9e6fb11fb22bfc0894187b;hpb=5bf7c51796867388334836847a6874640bc83f89;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index 5afa003e..d8cb65ef 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/20 14:30:40 $ - Version: $Revision: 1.6 $ + Date: $Date: 2004/12/03 20:16:58 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,7 +21,9 @@ #define GDCMRLEFRAMESINFO_H #include "gdcmRLEFrame.h" + #include + namespace gdcm { @@ -44,7 +46,7 @@ class GDCM_EXPORT RLEFramesInfo typedef std::list< RLEFrame* > RLEFrameList; friend class Document; friend class File; -friend class PixelConvert; +friend class PixelReadConvert; RLEFrameList Frames; public: ~RLEFramesInfo();