X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=84d3966b2c4f74dd325e83bb1bdf0fc4978f46fa;hb=bde18845deffbd09ed1c154d28e09284ae39cd76;hp=f1e27c6e3316a7eb5207dd375b030964b0a7b93b;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index f1e27c6e..84d3966b 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/10/22 13:56:46 $ + Version: $Revision: 1.8 $ 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,8 @@ #define GDCMRLEFRAME_H #include "gdcmCommon.h" +#include + namespace gdcm { /** @@ -42,12 +44,13 @@ namespace gdcm class GDCM_EXPORT RLEFrame { friend class Document; -friend class File; friend class PixelConvert; - int NumberFragments; + 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