<!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 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am just beginning to learn VTK and have a couple
of questions.</FONT></DIV>
<OL>
<LI><FONT face=Arial size=2>Is it possible to create isosurfaces from
vtkImageData using celldata instead of pointdata (i.e., the isosurface would
always be between 2 cells -- never through the interior of a cell)? I realize
you can color an isosurface using celldata, but that is different.</FONT></LI>
<LI><FONT face=Arial size=2>I model groundwater infiltration into a 3D pore
networks. Ray casting is slow for large networks, but seems to do the right
kind of image. Is there a way to convert vtkImageData to vtkPolyData where
only the filled pores (having a celldata value greater than zero) become
polydata (i.e., the unfilled portion of the network goes away or is invisible
and coincident, opposite-facing polygons are culled), so that all you see is
where the water has infiltrated?</FONT></LI></OL>
<DIV><FONT face=Arial size=2>Lane Yarrington</FONT></DIV></BODY></HTML>