From 831b4cec23815614ee2ceddff957e852d7a36fe9 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 17 Jan 2005 16:52:21 +0000 Subject: [PATCH] Document::CheckIfEntryExist is now public --- src/gdcmDocument.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 7a9a2bf3..a504c596 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -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 ); -- 2.45.1