X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=b8264c05eb90c245c78914807ec2bca9161289c5;hb=ba5adc9baa0f93a44091b9bd98dd0db564a630f3;hp=0afb7cef4f4f3d67782d60a7b6052a19fdfb9a80;hpb=3e43ec6a47d9de1276cf23e0dc9ef6d73640f451;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index 0afb7cef..b8264c05 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/03/22 11:37:15 $ - Version: $Revision: 1.106 $ + Date: $Date: 2005/06/10 14:05:38 $ + Version: $Revision: 1.107 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -99,6 +99,9 @@ public: File( std::string const &filename ); ~File(); + // Loading + bool Load( std::string const &filename ); + // Standard values and informations contained in the header bool IsReadable();