]> Creatis software - gdcm.git/commitdiff
Document::CheckIfEntryExist is now public
authorjpr <jpr>
Mon, 17 Jan 2005 16:52:21 +0000 (16:52 +0000)
committerjpr <jpr>
Mon, 17 Jan 2005 16:52:21 +0000 (16:52 +0000)
src/gdcmDocument.h

index 7a9a2bf3bf33d09ef12d89147171d9645406933f..a504c596c88b2841eccbf47ef2d11dc7bbdf5dd4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 11:28:30 $
-  Version:   $Revision: 1.87 $
+  Date:      $Date: 2005/01/17 16:52:21 $
+  Version:   $Revision: 1.88 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -115,6 +115,8 @@ public:
 
    bool ReplaceIfExist(std::string const &value,
                        uint16_t group, uint16_t elem );
+
+   bool CheckIfEntryExist(uint16_t group, uint16_t elem );
    
    virtual void LoadEntryBinArea(uint16_t group, uint16_t elem);
    virtual void LoadEntryBinArea(BinEntry *entry);
@@ -138,7 +140,6 @@ protected:
    void ComputeRLEInfo();
    void ComputeJPEGFragmentInfo();
    // Entry
-   bool CheckIfEntryExist(uint16_t group, uint16_t elem );
 
    int ComputeGroup0002Length( FileType filetype );