X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJPEGFragment.h;h=b3cb8c255a609511b2ccab7a8c2c6cff60b036dd;hb=2742ff3e5f5e78f9d3c56194a0380e9bb03ca1c9;hp=fa99e09d4a3c42314ffef2ccbd76bf893fdca411;hpb=1e670813be403bc4ecd88fb78405d0a8969fca6c;p=gdcm.git diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index fa99e09d..b3cb8c25 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: 2007/08/22 16:14:04 $ + Version: $Revision: 1.22 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,15 +17,15 @@ =========================================================================*/ -#ifndef GDCMJPEGFRAGMENT_H -#define GDCMJPEGFRAGMENT_H +#ifndef _GDCMJPEGFRAGMENT_H_ +#define _GDCMJPEGFRAGMENT_H_ -#include "gdcmCommon.h" +#include "gdcmBase.h" #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief *very* internal class . Shouldn't appear here ! @@ -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);