X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=21b2dd30c1ec01fc09d3fd65d8124cb6cc49bd98;hb=4beda181275414e5cba990113f8d16424b2c09e6;hp=f1e27c6e3316a7eb5207dd375b030964b0a7b93b;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index f1e27c6e..21b2dd30 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/12 04:35:47 $ - Version: $Revision: 1.5 $ + Date: $Date: 2004/12/03 20:16:58 $ + Version: $Revision: 1.10 $ 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,9 @@ #define GDCMRLEFRAME_H #include "gdcmCommon.h" + +#include + namespace gdcm { /** @@ -42,12 +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 ); }; } // end namespace gdcm