]> Creatis software - clitk.git/commitdiff
Undo commit 10a10f801f12d2cea51dd564a67003971ad66269
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 28 Feb 2017 15:45:30 +0000 (16:45 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 28 Feb 2017 15:45:30 +0000 (16:45 +0100)
Memory consuption ok now

vv/vvSlicer.cxx

index 46139cd75fa1b6d7bb3a3b66a0d873d25ee6cdbf..9a19cdf330ce9dda2ca9fa878112cdb9e5c7133c 100644 (file)
@@ -393,7 +393,7 @@ void vvSlicer::SetImage(vvImage::Pointer image)
     mImageReslice->GetOutput()->SetUpdateExtent(extent);
     mImageReslice->GetOutput()->Update();
 #else
-    //mImageReslice->SetUpdateExtent(extent);
+    mImageReslice->SetUpdateExtent(extent);
     mImageReslice->Update();
 #endif