X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeader.h;h=7c486e83ff73f4f51cde6eddf92467db5742a200;hb=27c61aa23c3f02def28d44dca855e54d9adb25a1;hp=1e67bc4f84bd5d18596bd54861d9f73c5773752d;hpb=8d4184fc7129f85d9ec384a3c7b9c5928a1f5b5e;p=gdcm.git diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 1e67bc4f..7c486e83 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -97,6 +97,8 @@ public: inline virtual bool SetEntryByName(std::string content,std::string tagName) { return(gdcmParser::SetEntryByName(content,tagName)); } + inline virtual bool SetEntryLengthByNumber(guint32 l,guint16 group, guint16 element) + { return(gdcmParser::SetEntryLengthByNumber(l,group,element)); } inline virtual void UpdateShaEntries(void) { gdcmParser::UpdateShaEntries(); } @@ -109,6 +111,7 @@ protected: int anonymize(std::ostream&); // FIXME : anonymize should be a friend ? private: + }; //-----------------------------------------------------------------------------