X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.cxx;h=9842d4a7f2f64945580c53a6779b82957f561e55;hb=292caf3cde03e7d88a074282ead314b0e2688a83;hp=31c6ef0fecd8234ecde506d542a8884b2293e84b;hpb=9c3459c14912a6e59482407d40a7b626143ebc46;p=clitk.git diff --git a/common/vvImage.cxx b/common/vvImage.cxx index 31c6ef0..9842d4a 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -269,6 +269,11 @@ bool vvImage::HaveSameSizeAndSpacingThan(vvImage * other) return same; } //-------------------------------------------------------------------- +itk::MetaDataDictionary* vvImage::GetFirstMetaDataDictionary() +{ + return mDictionary[0]; +} +//-------------------------------------------------------------------- #endif // VVIMAGE_CXX