X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImage.cxx;h=cbcf7497cb80bcb878580ecb49e5679dba6a53e9;hb=c18059db4f507fd31b5898667f57eced7d48c5f7;hp=be2690a512a930b1d31e3b2905c1761feac637e7;hpb=916b360a5059598577cb44f87381ccb1f0514476;p=clitk.git diff --git a/common/vvImage.cxx b/common/vvImage.cxx index be2690a..cbcf749 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -290,11 +290,6 @@ void vvImage::SetTransform(vtkSmartPointer transform) void vvImage::UpdateReslice() { for (unsigned int i=0; iUpdateInformation(); - mVtkImageReslice[i]->UpdateWholeExtent(); - mVtkImageReslice[i]->Update(); - mVtkImageReslice[i]->UpdateInformation(); - mVtkImageReslice[i]->UpdateWholeExtent(); mVtkImageReslice[i]->Update(); } }