<div class="gmail_quote">2009/6/8 Murat Aydın <span dir="ltr">&lt;<a href="mailto:murat.aydin@netcad.com.tr">murat.aydin@netcad.com.tr</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Hi,</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">How can i store data related to a vtkCell in a 
vtkCell? When ID of a vtkCell changes, i still want to identify that cell. 
Thanks in advance.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">murat aydin</font></div></div>
<br clear="all"></blockquote></div><br>Can you give an example? What kind of data do you want to associate with the cell? When would the ID of the cell change? I&#39;m assuming something like:<br><br>You have 3 triangles. You want to store the color of each triangle. So initially you have &quot;red&quot;, &quot;green&quot;, &quot;blue&quot;. Then you delete the first triangle. You then want to have only &quot;green&quot;, &quot;blue&quot;. But do you want to access them by their original IDs (1 and 2) or their new ids (0 and 1)?<br>
<br>Thanks,<br><br>David<br>
<br>