Python Filters Tutorials

From KitwarePublic
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Creating a plugin subclass of PythonProgrammableFilter

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