]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmElementSet.h
index 85021cbd7ad8bfed44a97c5777a8843719d6fc6d..ab4b3a7bc8135394877a5179bc0394ed13c80ae3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/22 20:27:58 $
-  Version:   $Revision: 1.52 $
+  Date:      $Date: 2005/11/29 12:48:47 $
+  Version:   $Revision: 1.53 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -57,6 +57,8 @@ public:
    /// Tells us if the ElementSet contains no entry
    bool IsEmpty() { return TagHT.empty(); }
 
+   virtual void Copy(DocEntrySet *set);
+
 protected:
    ElementSet();
    ~ElementSet();