[vtkusers] Cython
Nil Goyette
nil.goyette at imeka.ca
Fri Jan 15 11:30:38 EST 2016
Hi all,
I tried making a part of my pytthon code faster and vtk is the only part
which I can't change anything. In fact, I can't find any information on
cythonizing vtk. Maybe because one should use C++ if he wants a fast
version :) or maybe because there's simply not much information on the
subject.
Is there some specific advices to vtk? Where to find the cdef?
Or it's simply the general advices like: get a pointer to the data asap
to be in C mode, then cdef everything?
Nil
More information about the vtkusers
mailing list