X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=common%2FvvImage.cxx;h=cb73874aa2a3d815a158a62eca498f5f6380c6e8;hb=7d36da3788ca56673630491ce884c466c428171c;hp=77721079d57ad53d33bd3527910ae2883c460a7b;hpb=d1ce705178f497e18fe7bc2c4115001a0755106d;p=clitk.git diff --git a/common/vvImage.cxx b/common/vvImage.cxx index 7772107..cb73874 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -276,6 +276,7 @@ bool vvImage::IsScalarTypeInteger(int t) { void vvImage::SetTransform(vtkAbstractTransform *transform) { mVtkImageReslice->SetResliceTransform(transform); + mVtkImageReslice->Update(); } //--------------------------------------------------------------------