<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=unicode">
<META content="MSHTML 6.00.2800.1593" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText71387 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>Hi Everybody,</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>How can a vtkCell ID be reterived?</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>It would be great if vtkCell had a function say GetID() but there
isn't one.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>I can parse through the polydata to get cells:</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>for (int index = 0; index < pvtkPolydata->GetNumberOfCells();
index++)</DIV>
<DIV dir=ltr>{</DIV>
<DIV dir=ltr> vtkCell *C =
pvtkPolydata->GetCell(index);</DIV>
<DIV dir=ltr> vtkIdType cellID = C->GetID() // how?
would like but function not available... help!</DIV>
<DIV dir=ltr>}</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Please point me in the right direction.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>Many thanks, Theo.</DIV></DIV></BODY></HTML>