[Paraview] 3D Hole filling Plugin

David Doria daviddoria at gmail.com
Mon Apr 23 17:29:57 EDT 2012


On Sat, Apr 21, 2012 at 2:14 PM, Abdullahi Sanusi <scontact101 at gmail.com> wrote:
> Hi All,
> Please how can a I fill holes in my Polydata.  I worked through the
> vtkHoleFillFilter documentation and tried to create ParaView plugin to fill
> the in my data but it did not work for me as expected. I get back the same
> input data as my output (no difference). I am doing something wrong. Pardon
> me if this question has been answered because I am still new using VTK. Here
> is my code:

Since vtkFillHolesFilter is an existing VTK filter, I believe you can
use an XML-only method to make this into a plugin:

http://www.cmake.org/Wiki/ParaView/Plugin_HowTo#Enabling_an_existing_VTK_filter

David


More information about the ParaView mailing list