Thank you so much, Gaëtan. It works perfectly :)<br><br>pointType = itk.Point[itk.D,3]<br>pp = pointType()<br>pointExists =  pointsSet.GetPoint(1, pp)<br><br>if( pointExists is True ): <br>   print &quot;Point is = &quot; + str(pp.GetElement(0)) + &quot;, &quot; + str(pp.GetElement(1)) + &quot;, &quot; + str(pp.GetElement(2))<br>
<br>Kind regards,<br>Carlos<br><br><div class="gmail_quote">2009/7/7 Gaëtan Lehmann <span dir="ltr">&lt;<a href="mailto:gaetan.lehmann@jouy.inra.fr">gaetan.lehmann@jouy.inra.fr</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;">
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_p_itk__PointTdouble_3u_t is the type itk::Point&lt; double, 3 &gt;. You can create an object of that type with<br>
</blockquote>
<br>
  itk.Point[itk.D, 3]()<br>
<br>
or<br>
<br>
  itk.Point.D3()<br>
<br>
I never tried to get the values by passing a itk::Point pointer to a method - please let me know how it works.<br><font color="#888888">
<br>
Gaëtan<br>
<br>
<br>
<br>
</font><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
<br>
Best regards,<br>
Carlos<br>
<br>
On Tue, Jul 7, 2009 at 8:03 PM, Carlos Moro &lt;<a href="mailto:cfmoro@gmail.com" target="_blank">cfmoro@gmail.com</a>&gt; wrote:<br>
Hi all,<br>
<br>
Thank you so much Gaëtan. What type should pp be, that has method GetPointer()? Can you please post how to instantiate pp so it can be passed to that function?<br>
<br>
Best regards,<br>
Carlos<br>
<br>
2009/7/6 Gaëtan Lehmann &lt;<a href="mailto:gaetan.lehmann@jouy.inra.fr" target="_blank">gaetan.lehmann@jouy.inra.fr</a>&gt;<br>
<br>
<br>
You can use GetPointer():<br>
<br>
 pointExists =  pointsSet.GetPoint(1, pp.GetPointer())<br>
<br>
Or you can use WrapITK from googlecode - GetPointer() is not required anymore in such situation with that version.<br>
<br>
 <a href="http://code.google.com/p/wrapitk/" target="_blank">http://code.google.com/p/wrapitk/</a><br>
<br>
Regards,<br>
<br>
Gaëtan<br>
<br>
-- <br>
Gaëtan Lehmann<br>
Biologie du Développement et de la Reproduction<br>
INRA de Jouy-en-Josas (France)<br>
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09<br>
<a href="http://voxel.jouy.inra.fr" target="_blank">http://voxel.jouy.inra.fr</a>  <a href="http://www.itk.org" target="_blank">http://www.itk.org</a><br>
<a href="http://www.mandriva.org" target="_blank">http://www.mandriva.org</a>  <a href="http://www.bepo.fr" target="_blank">http://www.bepo.fr</a><br>
<br>
<br>
<br></div></div><div class="im">
_____________________________________<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>
</div></blockquote>
<br><div><div></div><div class="h5">
-- <br>
Gaëtan Lehmann<br>
Biologie du Développement et de la Reproduction<br>
INRA de Jouy-en-Josas (France)<br>
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09<br>
<a href="http://voxel.jouy.inra.fr" target="_blank">http://voxel.jouy.inra.fr</a>  <a href="http://www.itk.org" target="_blank">http://www.itk.org</a><br>
<a href="http://www.mandriva.org" target="_blank">http://www.mandriva.org</a>  <a href="http://www.bepo.fr" target="_blank">http://www.bepo.fr</a><br>
<br>
</div></div></blockquote></div><br>