]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
BUG: Remove demangle code this was seg faulting on some linux gcc 3.3.2 machine
[gdcm.git] / src / gdcmRLEFramesInfo.h
index d5ff6e103b6abcb0157fc70390181b32167bc085..5afa003e99f36d435e9e6fb11fb22bfc0894187b 100644 (file)
@@ -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: 2004/10/20 14:30:40 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,6 +48,7 @@ friend class PixelConvert;
    RLEFrameList Frames;
 public:
    ~RLEFramesInfo();
+   void Print( std::string indent = "", std::ostream &os = std::cout );
 };
 } // end namespace gdcm