]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
BUG: very same bug when using char* instead of string
[gdcm.git] / src / gdcmElementSet.h
index 826b85cf32d27375d488bc41aacf9ec81fb2e292..88a1c55b09c81fbf81fc5c3f45933b6807f26440 100644 (file)
@@ -1,4 +1,20 @@
-// gdcmElementSet.h
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmElementSet.h,v $
+  Language:  C++
+  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
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
 
 #ifndef GDCMELEMENTSET_H
 #define GDCMELEMENTSET_H
@@ -8,7 +24,12 @@
 #include "gdcmCommon.h"
 #include "gdcmDocEntrySet.h"
 
-typedef std::map<TagKey, gdcmDocEntry *> TagDocEntryHT;
+class gdcmValEntry;
+class gdcmBinEntry;
+class gdcmSeqEntry;
+
+
+typedef std::map<gdcmTagKey, gdcmDocEntry *> TagDocEntryHT;
 
 //-----------------------------------------------------------------------------
 
@@ -21,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