X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=bffdbea862b38e34eaf0c2c1187b6827949be4ce;hb=8a69df0f4018beae8c78a35bef30590e318128e5;hp=84d3966b2c4f74dd325e83bb1bdf0fc4978f46fa;hpb=80f7a0ffbc39a8a7c47c2a8c6c9a272515d55d6f;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 84d3966b..bffdbea8 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2004/10/22 13:56:46 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/01/16 04:50:42 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #define GDCMRLEFRAME_H #include "gdcmCommon.h" + #include namespace gdcm @@ -44,13 +45,13 @@ namespace gdcm class GDCM_EXPORT RLEFrame { friend class Document; -friend class PixelConvert; +friend class PixelReadConvert; unsigned int NumberFragments; long Offset[15]; long Length[15]; public: RLEFrame() { NumberFragments = 0; } - void Print( std::string indent = "", std::ostream &os = std::cout ); + void Print( std::ostream &os = std::cout, std::string indent = "" ); }; } // end namespace gdcm