X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElementSet.h;h=88a1c55b09c81fbf81fc5c3f45933b6807f26440;hb=14900333988858a95935ec735224433cf308c21c;hp=56486efe4ecbf98e429ef0ed1ac8b2bc939acc87;hpb=2012716d624d631dcdb825fdd4470908e115a717;p=gdcm.git diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 56486efe..88a1c55b 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/06/20 18:08:47 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/07/02 13:55:28 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,12 @@ #include "gdcmCommon.h" #include "gdcmDocEntrySet.h" -typedef std::map TagDocEntryHT; +class gdcmValEntry; +class gdcmBinEntry; +class gdcmSeqEntry; + + +typedef std::map TagDocEntryHT; //----------------------------------------------------------------------------- @@ -37,6 +42,8 @@ public: virtual bool RemoveEntry(gdcmDocEntry *EntryToRemove); virtual void Print(std::ostream &os = std::cout); + virtual void Write(FILE *fp, FileType filetype); + protected: // Variables