]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
* Add the Copy method in all datas
[gdcm.git] / src / gdcmElementSet.h
index 7b4617f0c10e7ddaec0a39858c97a02620659b80..ab4b3a7bc8135394877a5179bc0394ed13c80ae3 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/26 09:15:19 $
-  Version:   $Revision: 1.50 $
+  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
@@ -27,8 +27,6 @@
 
 namespace gdcm 
 {
-class SeqEntry;
-
 typedef std::map<TagKey, DocEntry *> TagDocEntryHT;
 
 //-----------------------------------------------------------------------------
@@ -59,12 +57,14 @@ public:
    /// Tells us if the ElementSet contains no entry
    bool IsEmpty() { return TagHT.empty(); }
 
+   virtual void Copy(DocEntrySet *set);
+
 protected:
    ElementSet();
    ~ElementSet();
    /// \brief Some group are illegal withing some Dicom Documents
    ///        Only the Document knows it.
-   bool MayIWrite(uint16_t gr)
+   bool MayIWrite(uint16_t )
                  { return true; }
 private:
 // Variables