X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmJPEGFragment.h;h=a446d9c77f098befd64f4d4c5ec586658183f63f;hb=74e3bc05fade5a18f193e7d1122c74756c0e689e;hp=bc9bfb36d6207b4280791b0f2fa5eb09b01470b0;hpb=5bf7c51796867388334836847a6874640bc83f89;p=gdcm.git diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index bc9bfb36..a446d9c7 100644 --- a/src/gdcmJPEGFragment.h +++ b/src/gdcmJPEGFragment.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJPEGFragment.h,v $ Language: C++ - Date: $Date: 2004/10/20 14:30:40 $ - Version: $Revision: 1.4 $ + Date: $Date: 2004/12/03 20:16:58 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #define GDCMJPEGFRAGMENT_H #include "gdcmCommon.h" + #include namespace gdcm @@ -39,14 +40,17 @@ namespace gdcm */ class GDCM_EXPORT JPEGFragment { -friend class Document; -friend class File; -friend class PixelConvert; - long Offset; - long Length; public: JPEGFragment(); void Print( std::string indent = "", std::ostream &os = std::cout ); + +private: + long Offset; + long Length; + +friend class Document; +friend class File; +friend class PixelReadConvert; }; } // end namespace gdcm