[vtkusers] question ? [fill contour]

David Gobbi david.gobbi at gmail.com
Sun Mar 30 15:16:54 EDT 2014


Hi Agata,

Last year I wrote a class called vtkContourTriangulator to fill
contours like these, it is available in VTK 6.  It is also possible to
use vtkDelaunay2D, though be warned that vtkDelaunay2D will
crash on some data sets.

The vtkFillHolesFilter is meant to fill small holes, so it will not
work for your contours.

  David

On Sat, Mar 29, 2014 at 3:35 PM, Agata Krasoń <agatakrason at gmail.com> wrote:
> Hi,
>
> I have a question about filling hole of contour (boundary).
> I followed example from vtk wiki  :
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/FillHoles
> I am trying to use vtkFillHolesFilter but it doesn't work in this case.
>
> Could You advice me something else to filll this contour/boundary ?
>
> I attached a screen with contour.
>
>
> I would appreciate for any help please.
>
>
> Best,
> agatte


More information about the vtkusers mailing list