<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2730.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Dear VTK users,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>vtkImageReslice was used in my program to reslice 2D images
from a 3D volume. It worked fine and produced a vtkImageData as its
output. The output (vtkImageData) could be used as a texture
for a vtkActor. But I cannot get real dimensions of this vtkImageData
as well as other attributs, such as spacing, extents and the scalar
pointer. </FONT><FONT size=2>All these attributs of a vtkImageData (the
output of a vtkImageReslice) looked wrong. For example, </FONT><FONT
size=2>the dimensions for
three directions(x,y,z) were 0,0,and 0,respectively. As a
result, I could not use these information to perform further analysis. Does
anybody know the solutions for my problem? </FONT><FONT size=2>Thanks in
advance.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>HW Wong</FONT></DIV></BODY></HTML>