<div dir="ltr">Hello all,<div><br></div><div>I was wondering if there was any way to use class methods that have array pointer inputs in Python.  For example, I was looking at the <font face="monospace, monospace"><a href="http://www.vtk.org/doc/nightly/html/classvtkPolygon.html#a02bd9f9ae98053a1923a0231aea12d09">vtkPolygon.PointInPolygon</a>()</font> method, which takes an array pointer specifying the points.  <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/PointInPolygon">This C++ example</a> suggests getting the pointer by using a <font face="monospace, monospace">vtkPoints->GetVoidPointer()</font> method, but that doesn't seem to yield anything usable in Python.</div><div><br></div><div>Thanks,</div><div>Evan Kao</div></div>