[vtkusers] Writing VTK filters in Python and C

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri Feb 15 00:00:09 EST 2002


>>>>> "RB" == Robert Brown <robb at sophitia.tera-byte.com> writes:

    RB> I want to write a filter to modify a dataset.  I'd like to
    RB> implement it in Python to see how it works, then in C if I
    RB> like it.  Is it possible to write a class in Python that can
    RB> be used in the VTK pipeline as a filter?  What's involved?

With the latest CVS tree you can subclass another VTK class.  However,
you need to be a little careful.  This post from David should help.

http://public.kitware.com/pipermail/vtkusers/2002-January/009142.html

prabhu



More information about the vtkusers mailing list