From: srit Date: Tue, 18 May 2010 09:54:27 +0000 (+0000) Subject: Removed experimental updates in UpdateReslice X-Git-Tag: v1.2.0~654 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=fac0ed982e49a7adde59d6e454b20bb846961bc7;p=clitk.git Removed experimental updates in UpdateReslice --- 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(); } }