vtkDelaunay2D: No cell data output

Will Schroeder will.schroeder at kitware.com
Tue Oct 5 11:11:12 EDT 1999


Hi Patric-

>It seems that in vtk 2.4 vtkDelaunay2D does not pass the cell data of
>the the input polygons. Is this a correct behavior of the filter? If so,
>why does'nt it work like vtkTriangleFilter, which has no problems with
>incoming cell attributes?

vtkDelaunay2D takes the input points and generates new triangles, there is no cell data to pass (the input cells, if any, are completely ignored). vtkTriangleFilter takes a polygon/triangle strip and tessellates that into triangles, so cell data can be transformed.

If you are using the more advanced feature that uses the second input to define "constraint edges" or "constraint polygons", there is not enough information to guarantee the passing of cell data.

Will

--------------------------------
Dr. William J. Schroeder
Kitware Visualization Solutions / vtk Commercial Support
469 Clifton Corporate Parkway
Clifton Park, NY 12065
will.schroeder at kitware.com
1-518-371-3971 (Phone & Fax)


-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------




More information about the vtkusers mailing list