X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=bffdbea862b38e34eaf0c2c1187b6827949be4ce;hb=bdbcc9f17fe73967e766505c1a978429bf66431a;hp=111ac48cc82aae59baefa13df6bf5723d523d693;hpb=5bf7c51796867388334836847a6874640bc83f89;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 111ac48c..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/20 14:30:40 $ - Version: $Revision: 1.7 $ + 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,14 +45,13 @@ namespace gdcm class GDCM_EXPORT RLEFrame { friend class Document; -friend class File; -friend class PixelConvert; - int NumberFragments; +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