X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=d58bc54e566d7d31fca737dc42ae90c4bf8dda60;hb=a98b52385287bd4c6855758bdaa1d1ce2b7333be;hp=af09e7978a2eba87a9a053eed020e35b508c2dd0;hpb=f80897f63dcbc709e372abe4a248ddbff9f2b33c;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index af09e797..d58bc54e 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/11/28 11:54:51 $ - Version: $Revision: 1.122 $ + Date: $Date: 2005/12/21 14:52:13 $ + Version: $Revision: 1.123 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -171,9 +171,10 @@ public: void AnonymizeNoLoad(); /// Replace patient's own information by info from the Anonymization list bool AnonymizeFile(); - + bool Write(std::string fileName, FileType filetype); + protected: File(); ~File();