Hi,<br><br>it depends on what you want to do with your clipped output...<br>If you want to extract a subset of the ImageData (ie cube-like implicit function), then you can use vtkExtractVOI. It will produce a smaller ImageData suitable for all ImageAlgorithms.<br>
However, if your implicit function is eg. a sphere, it is not possible to build an imagedata, because it is based on an implicit grid based on extent/spacing. You can use vtkClipDataSet,<br>that will give you a vtkUnstructuredGrid as output. Note that, for instance, Paraview is able to compute an histogram from unstructured grid, and VTK as volume rendering support for<br>
unstructured grid.<br><br>HTH<br>Jerome<br><br><div class="gmail_quote">2010/1/22 superzz <span dir="ltr">&lt;<a href="mailto:jxdw_zlf@yahoo.com.cn">jxdw_zlf@yahoo.com.cn</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello<br>
With vtkClipPolyData, we can clip poly data with implicit function. I want<br>
to clip ImageData with implicit function now. But there is no vtkClipImage<br>
class. Does vtk support this function now?<br>
<br>
Thanks<br>
<br>
superZZ<br>
--<br>
View this message in context: <a href="http://old.nabble.com/vtkClipImage-tp27270145p27270145.html" target="_blank">http://old.nabble.com/vtkClipImage-tp27270145p27270145.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>