<div dir="ltr">Just an update and alternative solution that I found: I could figure to copy group of points directly from source vtkpoints to destination vtkPoints using InsertPoints and avoid GetPoints completely:<div><br></div><div>des_pts.InsertPoints(dsStart,n,srcStart,src_pts)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 3:48 PM, 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>I am trying to copy a group of point coordinates from one vtkPoints to another vtkPoints. I initially used GetPoint(id) in a for loop, but in order to optimize my code and speed up its execution, I am trying to avoid nested loops and as a result I hope to use GetPoints(ptId,fp) but couldn't figure out what fp should be?</div><div><br></div><div>Regards,</div><div>Saeed</div><br></div>
</blockquote></div><br></div>