[vtkusers] 2D Zooming
Raphael Sebbe
sebbe at multitel.be
Wed Sep 25 04:43:25 EDT 2002
Hi all,
I have an array of tiff images loaded in VTK that I display, one slice
at a time, 2 different ways:
- 2D, vtkActor2D/vtkImageMapper
- 3D, vtkImageActor
For the 2D display solution, I'd like to be able to zoom the image, but
could not achieve that so far. I tried
imageMapper->UseCustomExtentsOn();
imageMapper->SetCustomDisplayExtents(extents);
but the rendered image is tiled, not zoomed.
Raphael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 435 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20020925/27760a43/attachment.bin>
More information about the vtkusers
mailing list