<div>Hello Goodwin,</div>
<div> </div>
<div> thank you very much for your help. It seems to me (if I have read correctly the doc), that vtkExtractCells requires a vtkDataSet, a file in other words... is that correct? </div>
<div>Well, I already have a vtkUnstructuredGrid built by reading an external file (not VTK format). The idea of extracting cells based on Ids implemented in vtkExtractCells is very promising... there is nothing similar but without using a vtkDataSet?
</div>
<div>The problem is, I should be able to filter out cells by certain criteria: for example, at the moment I am trying to exclude inactive cells using this ACTNUM, but I would like to be able to filter out the cell based on,
i.e., cell centroid depth, cell permeability, cell saturations and so on. This seems to me something like a vtkFilter*, and if every time I set up a new filter I have to create a file and re-read it I will end up in doing slow things. I am too newbie to browse in the right doc places...
</div>
<div> </div>
<div>Thank you very much for your suggestions.</div>
<div> </div>
<div>Andrea.<br><br> </div>
<div><span class="gmail_quote">On 3/31/06, <b class="gmail_sendername">Goodwin Lawlor</b> <<a href="mailto:goodwin.lawlor@ucd.ie">goodwin.lawlor@ucd.ie</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Andrea Gavana wrote:<br>> Hello NG,<br>><br>> sorry if this question is simple, but I have searched over the web
<br>> and I have't found anything close to what I should so. Basically, I have<br>> a vtkUnstructuredGrid in which I set the cell data using some property.<br>> By switching with a wxPython radiobutton I can change on the fly the
<br>> property displayed on the grid (like permeability, saturation, cell<br>> centroids and so on). Well, my group of data has also a property called<br>> "ACTNUM", that tells which cells are active (ACTNUM=1) and which are not
<br>> active (ACTNUM=0). Active cells should be displayed while inactive cells<br>> should be hidden.<br>> I have succeeded to use vtkThreshold to filter out inactive cells, but<br>> only when I set cell_data=ACTNUM, using something like:
<br>><br>> grid.GetCellData().SetScalars(ACTNUM)<br>><br>> What I would like to do is, whatever property is displayed on screen, to<br>> hide inactive cells based on ACTNUM value. For example, I would like to
<br>> display cell centroids property on the grid filtering out inactive<br>> cells. Something like:<br>><br>> grid.GetCellData().SetScalars(Whatever)<br>> ??? Apply threshold on grid using ACTNUM ???<br>>
<br>> Is there a way to do this?<br>><br>> Thank you very much for your help and suggestions.<br>><br>> Andrea.<br>Hi Andrea,<br><br>You could try vtkExtractCells to filter out cells. You would have to<br>loop through ACTNUM and create the appropriate vtkIdList to apply to the
<br>filter. Alternatively, you could try to convert your scalars to RGBA<br>values, where ACTNUM determines the A value (the opacity).<br><br>hth<br><br>Goodwin<br><br>_______________________________________________<br>This is the private VTK discussion list.
<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br><br clear="all"><br>-- <br>"Imagination Is The Only Weapon In The War Against Reality."<br><br><a href="http://xoomer.virgilio.it/infinity77/">
http://xoomer.virgilio.it/infinity77/</a><br>