<!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.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#a6caf0>
<DIV><FONT face=Arial size=2>Dear all: </FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I want to 
use vtkImageReslice to resample nonrigid transformed images,&nbsp;I have 
serveral&nbsp;nonrigid transfromations, the transformation is represented by the 
different displacement field.I use vtkImgedata to store them. every time, I use 
SetDisplacementGrid function to change the grid transformation, then I update 
the field data, update the </FONT><FONT face=Arial size=2>vtkGridTransform 
object, and then the vtkImageReslice object. but when I change the field, the 
resliced image </FONT><FONT face=Arial size=2>didn't change. it seems 
vtkimagereslice didn't recalculate. I use the following method:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vtkImageData *grid;</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkGridTransform *Transform;</FONT></DIV>
<DIV><FONT face=Arial size=2>vtkImageReslice *reslice;</FONT></DIV>
<DIV><FONT face=Arial size=2>.....</FONT></DIV>
<DIV><FONT face=Arial size=2>for each displacement field</FONT></DIV>
<DIV><FONT face=Arial size=2>float 
*disp=(float*)grid-&gt;GetScalarPointer();</FONT></DIV>
<DIV><FONT face=Arial size=2>/// set the displacement field to disp 
pointer</FONT></DIV>
<DIV><FONT face=Arial size=2>grid-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial 
size=2>Transform-&gt;SetDisplacementGrid(grid);</FONT></DIV>
<DIV><FONT face=Arial size=2>Transform-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial 
size=2>reslice-&gt;SetResliceTransform(Transform);</FONT></DIV>
<DIV><FONT face=Arial size=2>reslice-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I&nbsp;think when I call 
grid-&gt;update(),the&nbsp;modifytime of the grid&nbsp;will be remembered, 
and&nbsp;when reslice calls his&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>reslice will know the grid have been updated and 
recalculate reslice himself again, I don't know why this didn't 
happen.</FONT><FONT face=Arial size=2>Can anyone give me any idea on this, I 
dont' know whether there is a function I didn't call or is there any 
</FONT></DIV>
<DIV><FONT face=Arial size=2>reason for this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>zhang zhijun</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>