Python Filters Tutorials: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 1: Line 1:


== Creating a plugin subclass of PythonProgrammableFilter===
== Creating a plugin subclass of PythonProgrammableFilter==


Follow [[Plugin Tutorial: Subclassing PythonProgrammableFilter|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.
Follow [[Plugin Tutorial: Subclassing PythonProgrammableFilter|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.

Revision as of 04:33, 7 January 2015

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.