X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=0a09a007a76323e4f77dccdb76b779ae7a3fc67c;hb=7dc67f3f6c048f30c66765c15710ceaa82f228e9;hp=b667116bdc9f0f013ea24614cca7cdda74bed8c5;hpb=de3b7ba046faa2c6728c25d54d22eafe6a24040d;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index b667116b..0a09a007 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2005/11/28 17:24:21 $ - Version: $Revision: 1.19 $ + Date: $Date: 2007/05/23 14:18:11 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,7 +25,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief Utility class for summerizing the informations of a SINGLE RLE @@ -43,7 +43,7 @@ namespace gdcm * - the offsets of each segment of the frame, * - the (corresponding) lengths of each segment of the frame. */ - class GDCM_EXPORT RLEFrame : public Base +class GDCM_EXPORT RLEFrame : public Base { friend class File; friend class RLEFramesInfo; @@ -64,7 +64,6 @@ private: bool ReadAndDecompressRLEFragment( uint8_t *subRaw, long fragmentSize, long rawSegmentSize, std::ifstream *fp ); -//private: unsigned int NumberOfFragments; long Offset[15]; long Length[15];