[vtkusers] range for vtkSurfaceReconstructionFilter
david michell
davidmichell at rediffmail.com
Fri May 14 11:17:17 EDT 2004
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040514/96528189/attachment.htm>
-------------- next part --------------
Hello Everyone,
Iam using vtkSurfaceReconstructionFilter to construct a surface out of some random unstructured points.
I have a problem though.
If the data values are high, it crashes ie I have
100 X values ranging from 0.0 to 10.8
100 Y values ranging from 2.0e8 to 3.5e8
100 Z values ranging from 1.0 to 8.0
The program crashes because of the Y values, whne I reduce the Y values by dividing them by 10000, the program works fine.
Is there any limit on the data range for the surfacereconstructionfilter?
Please help.
David Michell
More information about the vtkusers
mailing list