X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmElValSet.h;h=c98ac24f40a8e9cd1b9287b72fc229a285915805;hb=df0e00d2604b7406cf0041e8b897e9338403835e;hp=696e8e44df039037981e0c9378557a4764761b67;hpb=ea7d6b73b6e3707747332e25bcc3f4ad4cd76c9c;p=gdcm.git diff --git a/src/gdcmElValSet.h b/src/gdcmElValSet.h index 696e8e44..c98ac24f 100644 --- a/src/gdcmElValSet.h +++ b/src/gdcmElValSet.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.4 2003/03/21 08:52:31 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.5 2003/03/24 13:11:28 frog Exp $ #ifndef GDCMELVALSET_H #define GDCMELVALSET_H @@ -35,6 +35,7 @@ public: int SetElValueLengthByNumber(guint32 l, guint32 group, guint32 element); int SetElValueLengthByName (guint32 l, string TagName); + guint32 GenerateFreeTagKeyInGroup(guint32 group); };