X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDocEntry.h;h=62757c34d1c88d70dd88739fcbe5f91ffa934650;hb=8b50829e21f22a3353c83e3d902cdf20bc5367f6;hp=7399e23c67632e00418c81a6ffe31202cd913e75;hpb=e8439d97c8441809e9a5236e729bae1a25ffb418;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 7399e23c..62757c34 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/11/16 14:48:19 $ - Version: $Revision: 1.29 $ + Date: $Date: 2004/12/03 20:16:58 $ + Version: $Revision: 1.32 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,15 +20,17 @@ #define GDCMDOCENTRY_H #include "gdcmDictEntry.h" + #include +#include +namespace gdcm +{ class Header; class ValEntry; class BinEntry; class SeqEntry; -namespace gdcm -{ //----------------------------------------------------------------------------- /** * \brief The dicom header of a Dicom file contains a set of such entries @@ -126,7 +128,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();