X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FvvImage.txx;h=a6d37c8cbbd8f0447f69c990235fa0963afedb53;hb=3abd767ea72e82f5f3de805917014a0ae2a71da9;hp=55b785fb4814571fd4c0a7788699d03c848b937f;hpb=cd04d8c797defe2fdaff3d1fa09928b22dd6edc4;p=clitk.git diff --git a/common/vvImage.txx b/common/vvImage.txx index 55b785f..a6d37c8 100644 --- a/common/vvImage.txx +++ b/common/vvImage.txx @@ -52,6 +52,8 @@ void vvImage::AddItkImage(TItkImageType *input) mTransform.push_back(vtkSmartPointer::New()); mTransform.back()->SetMatrix(matrix); + //META DATA + mDictionary.push_back(&(input->GetMetaDataDictionary())); } //--------------------------------------------------------------------