X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmElementSet.h;h=ec9b90cd0593ed75daa3c07ec0784d9f301b921b;hb=db08881d6b93af8af99bf1b114c72828454c20a3;hp=85021cbd7ad8bfed44a97c5777a8843719d6fc6d;hpb=9a8dd0051c00e8b43529d9b6f5172f327eec9525;p=gdcm.git diff --git a/src/gdcmElementSet.h b/src/gdcmElementSet.h index 85021cbd..ec9b90cd 100644 --- a/src/gdcmElementSet.h +++ b/src/gdcmElementSet.h @@ -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: 2007/05/23 14:18:10 $ + Version: $Revision: 1.55 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,7 +25,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { typedef std::map TagDocEntryHT; @@ -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();