Hi, Apologies in advance, I am a VTK newbie of two days and a Python newbie of an afternoon! I'd like to call (for example) the function int vtkCellArray::GetNextCell(int &npts, int *&pts) from a Python program, so that Python has npts and pts available. How can I go about doing this? Thanks, Carl