X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.h;h=2d1529cb5135f908b134e59006df57bcee55fb93;hb=3ba8c03aa6cb08add6599a1ec7b2b693a967db62;hp=6d93e2c056f56c1f09aec816b02da99dffad02cd;hpb=c42ce41966ee7a572752d7f45ddff25b90515119;p=gdcm.git diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 6d93e2c0..2d1529cb 100644 --- a/src/gdcmElementSet.h +++ b/src/gdcmElementSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmElementSet.h,v $ Language: C++ - Date: $Date: 2004/11/24 10:23:47 $ - Version: $Revision: 1.23 $ + Date: $Date: 2004/11/30 16:24:31 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,6 +23,7 @@ #include "gdcmDocEntrySet.h" #include #include +#include class ValEntry; class BinEntry; @@ -45,7 +46,7 @@ public: bool RemoveEntryNoDestroy(DocEntry *EntryToRemove); void Print(std::ostream &os = std::cout); - void Write(std::ofstream *fp, FileType filetype); + void WriteContent(std::ofstream *fp, FileType filetype); /// Accessor to \ref TagHT // Do not expose this to user (public API) !