X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmJPEGFragmentsInfo.h;h=0ae0ac8d1ae5c89040f4b5ac823d9267eeb6c2d1;hb=dd2ef610b9d1f7be02fc7d620129f3ea8b4a5376;hp=80cd904d62d00344cc84efe13cdd96c53c7e7d24;hpb=91e773ef94e63d181ea8e2a322ced8bf0427aa27;p=gdcm.git diff --git a/src/gdcmJPEGFragmentsInfo.h b/src/gdcmJPEGFragmentsInfo.h index 80cd904d..0ae0ac8d 100644 --- a/src/gdcmJPEGFragmentsInfo.h +++ b/src/gdcmJPEGFragmentsInfo.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJPEGFragmentsInfo.h,v $ Language: C++ - Date: $Date: 2004/10/14 22:35:01 $ - Version: $Revision: 1.3 $ + Date: $Date: 2004/10/20 14:30:40 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -22,6 +22,7 @@ #include "gdcmJPEGFragment.h" #include +#include namespace gdcm { @@ -39,13 +40,15 @@ namespace gdcm */ class GDCM_EXPORT JPEGFragmentsInfo { - typedef std::list< JPEGFragment* > JPEGFragmentsList; friend class Document; friend class File; friend class PixelConvert; +private: + typedef std::list< JPEGFragment* > JPEGFragmentsList; JPEGFragmentsList Fragments; public: ~JPEGFragmentsInfo(); + void Print( std::string indent = "", std::ostream &os = std::cout ); }; } // end namespace gdcm