]> Creatis software - clitk.git/blobdiff - vv/vvSlicer.cxx
Fix for bug #609
[clitk.git] / vv / vvSlicer.cxx
index 3ac0ecddca9b241d57d80e3d79b3c4b4974298fb..6b52ea1abc1e7b5f737946df19c1e2748bc7cf64 100644 (file)
@@ -777,6 +777,7 @@ void vvSlicer::AdjustResliceToSliceOrientation(vtkImageReslice *reslice)
   reslice->SetOutputOrigin(origin);
   reslice->SetOutputSpacing(spacing);
   reslice->UpdateInformation();
+  reslice->GetOutput()->UpdateInformation();
 }
 //------------------------------------------------------------------------------