X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJPEGFragment.h;h=70f3312bc79f4a29da4be8739a4ee1a235016617;hb=fefc9b7857bfe001051ec94a59256f6c7b684277;hp=72de1f2b0856656302b3f78a4d02e11007141242;hpb=f5c24f2018ff4775ff6ae006de753a394d8cae0f;p=gdcm.git diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index 72de1f2b..70f3312b 100644 --- a/src/gdcmJPEGFragment.h +++ b/src/gdcmJPEGFragment.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJPEGFragment.h,v $ Language: C++ - Date: $Date: 2005/02/04 16:51:36 $ - Version: $Revision: 1.16 $ + Date: $Date: 2005/02/06 14:43:27 $ + Version: $Revision: 1.17 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,9 +48,9 @@ public: uint8_t *buffer, int nBits, int &statesuspension); - bool ReadJPEGFile8 (std::ifstream* fp, void *image_buffer, int &statesuspension ); - bool ReadJPEGFile12 (std::ifstream* fp, void *image_buffer, int &statesuspension ); - bool ReadJPEGFile16 (std::ifstream* fp, void *image_buffer, int &statesuspension ); + bool ReadJPEGFile8 (std::ifstream *fp, void *image_buffer, int &statesuspension ); + bool ReadJPEGFile12 (std::ifstream *fp, void *image_buffer, int &statesuspension ); + bool ReadJPEGFile16 (std::ifstream *fp, void *image_buffer, int &statesuspension ); void SetLength(uint32_t length) { Length = length; }; uint32_t GetLength() { return Length; };