]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
- now gdcmHeader has its own Write methods (in order to split
[gdcm.git] / src / gdcmElementSet.h
index 826b85cf32d27375d488bc41aacf9ec81fb2e292..a7b8b672b4976e3f09d816c05f80b2d8092b3f32 100644 (file)
@@ -1,4 +1,20 @@
-// gdcmElementSet.h
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmElementSet.h,v $
+  Language:  C++
+  Date:      $Date: 2004/06/22 13:47:33 $
+  Version:   $Revision: 1.9 $
+                                                                                
+  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,6 +24,11 @@
 #include "gdcmCommon.h"
 #include "gdcmDocEntrySet.h"
 
+class gdcmValEntry;
+class gdcmBinEntry;
+class gdcmSeqEntry;
+
+
 typedef std::map<TagKey, 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