]> Creatis software - clitk.git/commitdiff
Fix for bug #609
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Wed, 15 Jun 2011 10:43:05 +0000 (12:43 +0200)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Wed, 15 Jun 2011 10:43:05 +0000 (12:43 +0200)
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();
 }
 //------------------------------------------------------------------------------