X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.h;h=93d59e25fe09d2c7d657c097ce5809fdf1fe90f8;hb=3250f77adea3f06203acc2a5234b04f4ade00a56;hp=1562eb4de0500ae779de5882f9840b614cf0be94;hpb=e42c6e53f5a9afe7486dd2e3ef32eb874ae54902;p=gdcm.git diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 1562eb4d..93d59e25 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/07/08 10:13:38 $ - Version: $Revision: 1.115 $ + Date: $Date: 2005/07/11 12:52:51 $ + Version: $Revision: 1.116 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -173,11 +173,12 @@ protected: /// Probabely, some more to add int LoadMode; - /// Whether the gdcm::Document is already parsed/loaded - /// - False from the creation of the gdcm::Document untill + /// \brief Whether the gdcm::Document is already parsed/loaded : + /// False from the creation of the gdcm::Document untill /// gdcm::Document:Load() bool IsDocumentAlreadyLoaded; // FIXME : probabely useless now + /// Whether the gdcm::Document was modified since the last Load() bool IsDocumentModified; private: