<!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>&nbsp;</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.&nbsp;The output (vtkImageData) could be&nbsp;used&nbsp;as&nbsp;a texture 
for a vtkActor. But&nbsp;I cannot get&nbsp;real dimensions of this vtkImageData 
as&nbsp;well as other attributs,&nbsp;such as spacing, extents and the scalar 
pointer.&nbsp;</FONT><FONT size=2>All these attributs of a vtkImageData (the 
output of a vtkImageReslice) looked wrong. For example, </FONT><FONT 
size=2>the&nbsp;dimensions for 
three&nbsp;directions(x,y,z)&nbsp;were&nbsp;0,0,and 0,respectively.&nbsp;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>&nbsp;</DIV>
<DIV><FONT size=2>HW Wong</FONT></DIV></BODY></HTML>