<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Any body have any idea of 
clipping a volume ( a set of images) using vtk classes??? we have vtkClipVolume, 
vtkClipDataSet, vtkClipPolyData classes to clip data. But among these classes 
which class will help in clipping image data and returns vtkImageData. I tried 
with all the above classes but none helped me. These classes return 
vtkUnstructuredGrid type of data. How to convert this data type to vtkImageData 
type?<BR>&nbsp;&nbsp;&nbsp; If i give 10 images, let say, of dimensions 
128x128x10 and apply clipping the region which is in the form of a cuboid, 
50x50x10, in the center of the volume then i should get the clipped output in 
the vtkimageData object. Is there any way to solve this 
problem?<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Please help me in this 
regard.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Thanks in advance.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Regards,<BR>&nbsp;&nbsp; 
Sateesh.</FONT></DIV></BODY></HTML>