<div dir="ltr"><div><div>Hi Saeed,<br><br></div>If you have the dataset object there is a GetPoint(i) [1] function that returns a point given its index in the list of points.  You can call GetPoint(i) with each of your indices to get the point at that index.<br><br></div><div>HTH,<br></div>Shawn<br><br>[1]: <a href="http://www.vtk.org/doc/nightly/html/classvtkDataSet.html#ae8406fa1dc144b392ef28111c71a47b0">http://www.vtk.org/doc/nightly/html/classvtkDataSet.html#ae8406fa1dc144b392ef28111c71a47b0</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 3, 2016 at 11:30 AM, Saeed Mahdizadeh Bakhshmand <span dir="ltr"><<a href="mailto:saeedbakhshmand@gmail.com" target="_blank">saeedbakhshmand@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Is there any trick to obtain a set of points from a vtkCellArray quickly?(in a real time fashion without using GetNextCell that loads all of the points one by one)?</div><div><br></div><div>I have scanned all of the point sets of a vtkCellArray(inLines) in a first round (inLines.GetNextCell) and generated a list of favourite points (e.g [5,13,46]) that I want to extract as quickly as possible in a second round. I wonder if GetCell() method can be used for this purpose and how? Or maybe there is another way that I am not aware of?</div><div><br></div><div>Cheers,</div><div>Saeed</div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>