[vtkusers] C++ pointers into Python

Carl Hetherington lists at carlh.net
Mon Dec 10 12:14:13 EST 2001


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





More information about the vtkusers mailing list