X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=56724c2ebc1356267baccbf66fdf0671bdce3aa8;hb=98cf38e32be18dc2b7d3d1a13e45f60717b008bc;hp=b5f60727f851df43dc4a3fdbebbdb1d6082b6078;hpb=b7e5f2772866e8cca5941e2daf611cc96a0e2d11;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index b5f60727..56724c2e 100644 --- a/src/gdcmRLEFramesInfo.h +++ b/src/gdcmRLEFramesInfo.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.h,v $ Language: C++ - Date: $Date: 2005/02/11 16:58:49 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/11/18 14:33:24 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -42,7 +42,10 @@ namespace gdcm */ class GDCM_EXPORT RLEFramesInfo { -public: +friend class PixelReadConvert; +friend class File; + +private: ~RLEFramesInfo(); void Print( std::ostream &os = std::cout, std::string indent = "" ); bool DecompressRLEFile( std::ifstream *fp, uint8_t *subRaw, int xSize, @@ -55,7 +58,7 @@ public: RLEFrame *GetFirstFrame(); RLEFrame *GetNextFrame(); -private: +//private:: typedef std::list RLEFrameList; RLEFrameList Frames;