Python Filters Tutorials

From KitwarePublic
Revision as of 04:13, 7 January 2015 by DWilches (talk | contribs) (Created first tutorial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Python filter Tutorials

Creating a subclass of PythonProgrammableFilter

Follow this link to the tutorial for creating vtkCPPFilter, a simple PythonProgrammableFilter that shows how to subclass it and pass custom parameters from the GUI to a Python script.