[vtkusers] Infinite recursion in vtkDelaunay2D::CheckEdge

Bill Lorensen bill.lorensen at gmail.com
Tue Jan 26 09:41:22 EST 2010


Try running CleanPolyData on your polydata before the Delaunay2D
filter. This will eliminate duplicate points if present.

On Mon, Jan 25, 2010 at 1:33 PM, Kenneth Porter <shiva at sewingwitch.com> wrote:
> I'm converting a point cloud to a surface with vtkDelaunay2D and one of my
> data sets is throwing a Stack Overflow due to runaway recursion in
> CheckEdge. Is this a known bug? I'm not real familiar with the algorithm so
> I don't know what the termination condition should look like. What should be
> the maximum depth of the stack for a given data set size?
> _______________________________________________
> 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
>



More information about the vtkusers mailing list