X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolResample.cxx;h=64b3768bed771352d5c70ef44ce5d5dea84c500f;hb=2d5b3631dbb64aaf5868d90ac9b1006dd7f4dcef;hp=46d54efbca948587d3f995825dade7391e9822b5;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/vv/vvToolResample.cxx b/vv/vvToolResample.cxx index 46d54ef..64b3768 100644 --- a/vv/vvToolResample.cxx +++ b/vv/vvToolResample.cxx @@ -538,6 +538,7 @@ void vvToolResample::apply() // Go ! mFilter->Update(); mOutput = mFilter->GetOutputVVImage(); + mOutput->GetTransform()[0]->SetMatrix(mCurrentSlicerManager->GetSlicer(0)->GetConcatenatedTransform()->GetMatrix()); AddImage(mOutput,GetOutputFileName()); close(); }