Erik,<br>would it be interesting to you performing a Delaunay Triangulation on the points prior to contouring?<br><br>&nbsp; greetings<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luca<br><br><div><span class="gmail_quote">On 7/26/07, <b class="gmail_sendername">
Erik Anderson</b> &lt;<a href="mailto:eranders@sci.utah.edu">eranders@sci.utah.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>&nbsp;&nbsp;&nbsp;&nbsp; I have been trying to get iso-contours generated for<br>point data for a while now with no luck.&nbsp;&nbsp;Any help anyone<br>can give would be much appreciated.&nbsp;&nbsp;Below is a more<br>complete description of the problem:
<br><br>I have a vtkUnstructuredGrid that is storing point data.<br> In other words, every vertex in the dataset is a discrete<br>point to be rendered.&nbsp;&nbsp;Each point has several data arrays<br>associated with it to be used for coloring, scaling, etc
<br>operations during glyph rendering.&nbsp;&nbsp;I now want to generate<br>isosurfaces for these data, but I cannot figure out how to<br>do something like this from within VTK.<br><br>One method that I can loosely translate into VTK language
<br>(but which I&#39;ve had no success getting a pipeline working<br>with) would be as follows:<br><br>embed the point set in a structured grid<br>for each vertex in the grid:<br>&nbsp;&nbsp;&nbsp;&nbsp;evaluate an implicit function (meta-ball like
<br>function)<br><br>apply marching cubes or other isosurface extraction<br>technique<br>render surface<br><br>The problem with the above approach is that I have been<br>unable to construct a pipeline that would evaluate a
<br>function taking input from each point in the dataset.<br><br>Any help would be greatly appreciated!<br><br>Thank you,<br>Erik Anderson<br>_______________________________________________<br>This is the private VTK discussion list.
<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>