X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=cfd5d662a13f985c549d3a8709c302ba5fb5f599;hb=7350639601914cd8ab02bfb0d6668c5bf56ce2f4;hp=477b55e9376507fa5b43c08b8253880e4610a6d5;hpb=86db5f0e37e40668ff8afea3f65f3b5213707115;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index 477b55e9..cfd5d662 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2005/01/26 17:17:31 $ - Version: $Revision: 1.100 $ + Date: $Date: 2005/01/28 17:01:30 $ + Version: $Revision: 1.101 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -172,7 +172,9 @@ public: bool Write(std::string fileName, FileType filetype); + /// returns the RLE info RLEFramesInfo *GetRLEInfo() { return RLEInfo; } + /// Returns the JPEG Fragments info JPEGFragmentsInfo *GetJPEGInfo() { return JPEGInfo; } protected: