Python Filters Tutorials: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created first tutorial)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Python filter Tutorials ==


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


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

Latest revision as of 04:34, 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: