Yes. I wrote this class to interpolate points on the mesh. You may want to take a look at its concrete subclasses (vtkPolygonalSurfaceContourLineInterpolator) and at the test : <div><br></div><div>Widgets/Testing/Cxx/TestDijkstraGraphGeodesicPath.cxx to trace contours on a surface mesh. It is meant to be used in conjunction with a vtkContourWidget and is capable of giving you the new polydata (see vtkContourRepresentation::GetContourRepresentationAsPolyData()). </div>
<div><br></div><div>You may also get the contour pointIds itself as point ids on the original mesh on which the contour was traced.  See vtkPolygonalSurfaceContourLineInterpolator::GetContourPointIds( vtkContourRepresentation *rep, vtkIdList *idList );</div>
<div><div><br></div><div>--</div><div>karthik<br><br><div class="gmail_quote">On Thu, Feb 23, 2012 at 3:56 AM, bberkowi <span dir="ltr">&lt;<a href="mailto:benjamin-berkowitz@uiowa.edu">benjamin-berkowitz@uiowa.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Has anyone used this class (vtkPolyDataContourLineInterpolator)?<br>
<br>
Do you know if it can actually output points or polydata?  I would ideally<br>
like to create a new polydata using the contour line as a boundary.<br>
<br>
Thanks!<br>
Ben<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkPolyDataContourLineInterpolator-tp5506469p5506469.html" target="_blank">http://vtk.1045678.n5.nabble.com/vtkPolyDataContourLineInterpolator-tp5506469p5506469.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<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>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>--<div>karthik</div><br>
</div></div>