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