[vtkusers] discarding cells
David Pont
david_pont at hotmail.com
Thu Mar 14 16:06:38 EST 2002
Hi Matthias,
How about these:
vtkEdgeFilter
vtkExtractEdges is a filter to extract edges from a dataset. Edges are
extracted as lines or polylines.
vtkTriangleFilter
vtkTriangleFilter generates triangles from input polygons and triangle
strips. The filter also will pass through vertices and lines, if requested.
regards, Dave Pont
>From: Matthias Baitsch <matthias.baitsch at ruhr-uni-bochum.de>
>To: "vtkusers at public.kitware.com" <vtkusers at public.kitware.com>
>Subject: [vtkusers] discarding cells
>Date: Thu, 14 Mar 2002 12:39:24 +0100
>
>Hi,
>
>I wonder if where is a possibility (a filter) to discard a specific
>cell type (e.g. lines) from polydata.
>
>What I want to do roughly looks like this:
>
>
>
>LineCells --| |-> ??? (discard polys) --
>render only lines
> | |
>PolyCells --|-> PolyData -- WarpScalar -|
> | | |
>Points -----| | |-> CountourFilter --
>render countour lines
> | |
>Normals ----| |
> |
> |---------------------> ??? (discard lines) --
>render only surface
>
>
>
>Can someone point me to the question marks in the diagram above? It
>would be possible to write a filter, but I think there is a simpler
>solution.
>
>Thanks, Matthias
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
More information about the vtkusers
mailing list