X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=a83be408858de092dd3138cda949fcbeb696fbb1;hb=1fad5ff2d076c7dafa56b8cda37cca2118c5230e;hp=d5ff6e103b6abcb0157fc70390181b32167bc085;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index d5ff6e10..a83be408 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/12 04:35:47 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/01/20 16:17:00 $ + Version: $Revision: 1.10 $ 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 { @@ -43,11 +45,12 @@ class GDCM_EXPORT RLEFramesInfo { typedef std::list< RLEFrame* > RLEFrameList; friend class Document; -friend class File; -friend class PixelConvert; +friend class FileHelper; +friend class PixelReadConvert; RLEFrameList Frames; public: ~RLEFramesInfo(); + void Print( std::ostream &os = std::cout, std::string indent = "" ); }; } // end namespace gdcm