X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=5afa003e99f36d435e9e6fb11fb22bfc0894187b;hb=2d43f5c8ae2004242af2297ceb2926d81675548f;hp=d5ff6e103b6abcb0157fc70390181b32167bc085;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index d5ff6e10..5afa003e 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: 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