X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJPEGFragment.h;h=18cd2a0112529014e192bfa2af4c97bed80fc769;hb=33b1eec26f02131242fbfdef52184b24763cf4e6;hp=fa99e09d4a3c42314ffef2ccbd76bf893fdca411;hpb=1e670813be403bc4ecd88fb78405d0a8969fca6c;p=gdcm.git diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index fa99e09d..18cd2a01 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/09/02 07:10:03 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/11/28 17:24:21 $ + 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 @@ -20,7 +20,7 @@ #ifndef GDCMJPEGFRAGMENT_H #define GDCMJPEGFRAGMENT_H -#include "gdcmCommon.h" +#include "gdcmBase.h" #include #include @@ -39,11 +39,11 @@ namespace gdcm * a given Document as they are JPEG fragments and they are * collected in a \ref JPEGFragmentsInfo ) */ -class GDCM_EXPORT JPEGFragment + class GDCM_EXPORT JPEGFragment : public Base { public: JPEGFragment(); - void Print( std::ostream &os = std::cout, std::string indent = "" ); + void Print( std::ostream &os = std::cout, std::string const &indent = "" ); void DecompressJPEGFramesFromFile(std::ifstream *fp, uint8_t *buffer, int nBits, int &statesuspension);