Hi!<br><br>Thank you so much, Luis, it worked perfectly :)<br><br>I would like to ask another question. How does one use in WrapITK-Python functions that require passing a pointer, like:<br><br>   pointExists =  pointsSet.GetPoint(1, pp) <br>
<br> What should be pp? If pp = [], I get: <br><br>   pointExists =  pointsSet.GetPoint(1, pp)<br>     File &quot;/usr/lib/WrapITK/lib/itkPointSet.py&quot;, line 1196, in GetPoint<br>       def GetPoint(*args): return _itkPointSet.itkPointSetD3S_Pointer_GetPoint(*args)<br>
   TypeError: Expected a pointer<br><br>Best regards,<br>Carlos<br>