]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
Document::CheckIfEntryExist is now public
[gdcm.git] / src / gdcmRLEFramesInfo.h
index f712f959a140b76f777c3243b6d8c762fef8a1a2..fb35513e592ebaa89a723cf53a5873c893381d7c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 10:21:54 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2005/01/16 04:50:42 $
+  Version:   $Revision: 1.9 $
                                                                                 
   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 
 {
 
@@ -48,7 +50,7 @@ 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