X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=7373c7287ece0122cf4c673995af4ce2aa3dbe36;hb=edfc14dd195f9759cf02da0959d96d1499d572be;hp=45cf710fd3787229e7d173e18b7ead1742cc9748;hpb=7b3410ee413b056e0e599a4800ea836c8b56152b;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 45cf710f..7373c728 100644 --- a/src/gdcmDocEntry.h +++ b/src/gdcmDocEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.h,v $ Language: C++ - Date: $Date: 2004/10/25 04:08:20 $ - Version: $Revision: 1.28 $ + Date: $Date: 2004/11/30 16:24:31 $ + Version: $Revision: 1.31 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -21,6 +21,7 @@ #include "gdcmDictEntry.h" #include +#include class Header; class ValEntry; @@ -126,7 +127,7 @@ public: int GetPrintLevel() { return PrintLevel; }; virtual void Print (std::ostream & os = std::cout); - virtual void Write(std::ofstream *fp, FileType filetype); + virtual void WriteContent(std::ofstream *fp, FileType filetype); uint32_t GetFullLength(); @@ -166,8 +167,8 @@ protected: /// How many details are to be printed (value : 0,1,2) int PrintLevel; - /// \brief Generalized key (i.e. a BaseTagKey prepending a TagKey) - /// of this DocEntry + /// \brief Generalized key of this DocEntry (for details on + /// the generalized key refer to \ref TagKey documentation). TagKey Key; }; } // end namespace gdcm