Skip to content
Snippets Groups Projects
Commit 571b4578 authored by Dan Lipsa's avatar Dan Lipsa Committed by Kitware Robot
Browse files

Merge topic 'resampledTexture'


cdd2e19a BUG: Fix test volume of interest to match data extents

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: default avatarKen Martin <ken.martin@kitware.com>
Merge-request: !326
parents b8076ad5 cdd2e19a
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ v16.SetImageRange(1,93)
v16.SetDataSpacing(3.2,3.2,1.5)
extract = vtk.vtkExtractVOI()
extract.SetInputConnection(v16.GetOutputPort())
extract.SetVOI(32,32,0,63,0,93)
extract.SetVOI(32,32,0,63,0,92)
atext = vtk.vtkTexture()
atext.SetInputConnection(extract.GetOutputPort())
atext.InterpolateOn()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment