X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.cxx;h=9842d4a7f2f64945580c53a6779b82957f561e55;hb=e29416b325ace3497929a9adfcf297845b4ecae4;hp=31c6ef0fecd8234ecde506d542a8884b2293e84b;hpb=2191f760d44987f901445c4105c577df7995b25d;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