vtkInterpolateSubdivisionFilter is an abstract class, so you cannot use it. vtkLinearSubdivisionFilter will not give you a smooth surface.<br><div id=":20n"></div>I cannot find any documentation for  vtkInterpolateTerrain. This leaves you with vtkButterflySubdivisionFilter.<br>

<br><div class="gmail_quote">On Sat, Nov 26, 2011 at 18:55, mandalin <span dir="ltr">&lt;<a href="mailto:mandalin147@gmail.com">mandalin147@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Greetings !<br>
<br>
I am working with a set of connected triangle polygons defining a surface.<br>
<br>
Given this surface, I would like a larger number of points on the surface,<br>
such that I could assign a scalar value (color) to each of these points.<br>
<br>
I am trying to decide whether I should use :<br>
       vtkInterpolateTerrain<br>
       vtkButterflySubdivision<br>
       vtkInterpolateSubdivisionFilter<br>
       vtkLinearSubdivisionFilter<br>
<br>
I am having a hard time determining which would be best because of limited<br>
documentation.<br>
<br>
vtkInterpolateTerrain seems to have the limitation in that vertical polygons<br>
aren&#39;t being subdividied/subsampled<br>
<br>
Thanks !<br>
~Amanda<br>
<font color="#888888"><br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Interpolation-Subdivision-Methods-tp5025238p5025238.html" target="_blank">http://vtk.1045678.n5.nabble.com/Interpolation-Subdivision-Methods-tp5025238p5025238.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>