<div class="gmail_quote">On Mon, Jan 18, 2010 at 12:31 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If I select 3 points and then use the ExtractSelection filter, I would<br>
expect the IDs of the points to be 0,1,2, in the order selected.<br>
Instead, they are 2, 0, 1.<br>
<br>
Is there any way to prevent this? I am trying to set corresponding<br>
landmarks, so the order is important, and it is being lost.<br>
<br>
Thanks,<br>
<font color="#888888"><br>
David<br>
</font></blockquote></div><br>Here is a demo of the problem:<br><br><a href="http://www.rpi.edu/~doriad/Paraview_List/ExtractSelection/">http://www.rpi.edu/~doriad/Paraview_List/ExtractSelection/</a><br clear="all"><br>points.vtp contains 10 points, (0-9). I selected points 9, 8, 7, in that order and extracted the selection. The result (extracted.vtp) has the 3 extracted points (corresponding to 9,8,7) ordered 2, 1, 0, rather than 0, 1, 2, which was the selection order.<br>
<br>Is this a bug or was the ordered never intended to be preserved?<br><br>Thanks,<br><br>David<br>