How (if at all possible) to use vtkPolygon::PointInPolygon(...) with Python? I tried this way: vtk.vtkPolygon.PointInPolygon(...), which works for other VTK static functions, but not this time. Is the function absent or do I need to look into some other place?