[vtkusers] Interpolation/Subdivision Methods

Dženan Zukić dzenanz at gmail.com
Mon Nov 28 10:44:19 EST 2011


vtkInterpolateSubdivisionFilter is an abstract class, so you cannot use it.
vtkLinearSubdivisionFilter will not give you a smooth surface.
I cannot find any documentation for vtkInterpolateTerrain. This leaves you
with vtkButterflySubdivisionFilter.

On Sat, Nov 26, 2011 at 18:55, mandalin <mandalin147 at gmail.com> wrote:

> Greetings !
>
> I am working with a set of connected triangle polygons defining a surface.
>
> Given this surface, I would like a larger number of points on the surface,
> such that I could assign a scalar value (color) to each of these points.
>
> I am trying to decide whether I should use :
>       vtkInterpolateTerrain
>       vtkButterflySubdivision
>       vtkInterpolateSubdivisionFilter
>       vtkLinearSubdivisionFilter
>
> I am having a hard time determining which would be best because of limited
> documentation.
>
> vtkInterpolateTerrain seems to have the limitation in that vertical
> polygons
> aren't being subdividied/subsampled
>
> Thanks !
> ~Amanda
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Interpolation-Subdivision-Methods-tp5025238p5025238.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20111128/9a10eac1/attachment.htm>


More information about the vtkusers mailing list