X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJPEGFragment.h;h=e4b271bc988dc17ca6113b3210d657c33d10beeb;hb=721d134c6e594b9a23bf1ce002ed87bfbc1576a7;hp=7c095ce332e3451cb92d6ce4d11333981efbe66e;hpb=6d79b5e185867ef00629f1ccb279c32daa6357d2;p=gdcm.git diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index 7c095ce3..e4b271bc 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/11/28 16:50:32 $ - Version: $Revision: 1.19 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.23 $ 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 "gdcmBase.h" #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief *very* internal class . Shouldn't appear here ! @@ -37,13 +37,13 @@ namespace gdcm * * Each instance of this class (they can be as many instances for * a given Document as they are JPEG fragments and they are - * collected in a \ref JPEGFragmentsInfo ) + * collected in a JPEGFragmentsInfo ) */ - class GDCM_EXPORT JPEGFragment : public Base +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);