]> Creatis software - gdcm.git/blobdiff - src/gdcmElementSet.h
ENH: First pass at my big endian emulation on little endian
[gdcm.git] / src / gdcmElementSet.h
index e5a60a0ea6d2b882bf71ca424447cf0cd1e08092..a7e9e88b53ce9b7265adf25051079b477c181259 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmElementSet.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/04 14:49:01 $
-  Version:   $Revision: 1.42 $
+  Date:      $Date: 2005/02/07 08:48:18 $
+  Version:   $Revision: 1.43 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -58,8 +58,6 @@ public:
    
    DocEntry *GetFirstEntry();
    DocEntry *GetNextEntry();
-   ValEntry *GetFirstValEntry();
-   ValEntry *GetNextValEntry();
    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
    /// Tells us if the ElementSet contains no entry
    bool IsEmpty() { return TagHT.empty(); };