]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
*** empty log message ***
[gdcm.git] / src / gdcmElementSet.h
index 6d93e2c056f56c1f09aec816b02da99dffad02cd..2d1529cb5135f908b134e59006df57bcee55fb93 100644 (file)
@@ -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 <map>
 #include <iostream>
+#include <fstream>
 
 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) !