X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=b5f60727f851df43dc4a3fdbebbdb1d6082b6078;hb=bd1e1aea88a95e4d14cd59088a7e5280703402ea;hp=c9036b6c494f0da143735ff25a30792a69c706a9;hpb=fefc9b7857bfe001051ec94a59256f6c7b684277;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index c9036b6c..b5f60727 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/06 14:43:28 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/02/11 16:58:49 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,7 +48,7 @@ public: bool DecompressRLEFile( std::ifstream *fp, uint8_t *subRaw, int xSize, int ySize, int zSize, int bitsAllocated ); bool ConvertRLE16BitsFromRLE8Bits( uint8_t *subRaw, int xSize, int ySize, - int NumberOfFrames ); + int numberOfFrames ); void AddFrame(RLEFrame *frame);