]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
* src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
[gdcm.git] / src / gdcmRLEFramesInfo.h
index 5afa003e99f36d435e9e6fb11fb22bfc0894187b..a83be408858de092dd3138cda949fcbeb696fbb1 100644 (file)
@@ -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: 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 <list>
+
 namespace gdcm 
 {
 
@@ -43,12 +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::string indent = "", std::ostream &os = std::cout );
+   void Print( std::ostream &os = std::cout, std::string indent = "" );
 };
 } // end namespace gdcm