[vtkusers] Re: Marking picked cells (quads)

Goodwin Lawlor goodwin.lawlor at ucd.ie
Mon Aug 23 09:21:35 EDT 2004


You can have a look at vtkRemoveCellsFilter/vtkSelectCellsFilter and its
superclass vtkCellsFilter... you can pick and mark cells and then remove the
(un)marked cells.

Its here:
http://www.bioengineering-research.com/vtk/vtkRemoveCellsFilter.htm

Goodwin


"Sebastian Bade" <sbad at gl-group.com> wrote in message
news:9llov1-766.ln1 at ID-156053.news.dfncis.de...
> Hi all
>
> The problem I have is related to the visualization of technical data. I
> would like to pick some cells (usually quads) from a grid structure for
> further processing. To be able to identify the picked cells I intend to
> change their color.
> This is no problem when I modify the data attributes associated to the
> picked cells. In that case I would have to keep trak of all attributes
> changed and re
>
> I would prefere to apply something like a marker, at best this would be a
> cell copied form the original with new color values. I could simply throw
> away the marker after use or do something else with that data. And I would
> never have to touch the original data.
>
> Is there somthing like a cell marker in vtk?
> Could someone point me to cell marker sources?
> How can I change rendering order from original to copied cell?
> How can I slightly move a copied cell normal to the original cell?
>
> Many thanx for your help
> Sebastian
>
>
>
> _______________________________________________
> 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://www.vtk.org/mailman/listinfo/vtkusers
>






More information about the vtkusers mailing list