I can do that.<div><br></div><div>Luis, bill, there would be no modification to the current API, and it would also be transparent for QEMesh, is it a go ?</div><div><br></div><div>alex.</div><div><br><br><div class="gmail_quote">
On Wed, Sep 2, 2009 at 9:29 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria%2Bitk@gmail.com">daviddoria+itk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote">Would it be possible to add a SetNextCell(cell) function to itkMesh?<br><br>Now you have to do something like this:<br>unsigned int CellCounter = 0;<br>for (...)<br>{<br>cell = CreateCell;<br>mesh-&gt;SetCell(CellCounter, cell);<br>


CellCounter++;<br>}<br><br>If there was a <br>void itkMesh::SetNextCell(cell)<br>{<br>   unsigned int NumCells = this-&gt;GetNumberOfCells();<br>  this-&gt;SetCell(NumCells+1, cell);<br>}<br><br>there would be no need to keep track of CellCounter in the previous example.<br>


<br clear="all">Thanks,<br><br>David<br></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>