X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=3c0d8a25b7f23c5c5e973390b2c9ab879c37f4d4;hb=fbd2698cb0545343abc2d8aefe92bab1f5b3eaa3;hp=b8264c05eb90c245c78914807ec2bca9161289c5;hpb=9862070436bb6cee0fa3afd04a86d7b5888c8f72;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index b8264c05..3c0d8a25 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/06/10 14:05:38 $ - Version: $Revision: 1.107 $ + Date: $Date: 2005/07/07 16:37:41 $ + Version: $Revision: 1.108 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -101,7 +101,7 @@ public: // Loading bool Load( std::string const &filename ); - + bool Load(); // Standard values and informations contained in the header bool IsReadable(); @@ -189,6 +189,7 @@ protected: uint16_t GrPixel; private: + bool DoTheLoadingJob(); void ComputeRLEInfo(); void ComputeJPEGFragmentInfo(); bool ReadTag(uint16_t, uint16_t);