]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
ENH: On unix system path are case sensitive, using GDCM broke backward compatibility...
[gdcm.git] / src / gdcmElementSet.h
index 85021cbd7ad8bfed44a97c5777a8843719d6fc6d..ccf780904fe0d780196c355eca8e892567c06f10 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: 2006/01/31 11:39:47 $
+  Version:   $Revision: 1.54 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -56,6 +56,10 @@ public:
    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
    /// Tells us if the ElementSet contains no entry
    bool IsEmpty() { return TagHT.empty(); }
+   
+   int IsVRCoherent(uint16_t group);
+
+   virtual void Copy(DocEntrySet *set);
 
 protected:
    ElementSet();