From 2f15c511997a40a9c486ab4d11435f039c14df36 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 28 Mar 2012 17:12:18 +0000 Subject: [PATCH] ENH: The slices are interpolated now --- invesalius/data/viewer_slice.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 80063b6..3c2102e 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1292,7 +1292,9 @@ class Viewer(wx.Panel): self.interactor.GetRenderWindow().AddRenderer(renderer) actor = vtk.vtkImageActor() - actor.InterpolateOff() + # TODO: Create a option to let the user set if he wants to interpolate + # the slice images. + #actor.InterpolateOff() slice_data = sd.SliceData() slice_data.SetOrientation(self.orientation) slice_data.renderer = renderer -- libgit2 0.21.2