
Graphics::VTK::Pipeline - VTK Visual Pipeline Browser

use Graphics::VTK::Pipeline; Your VTK pipeline setup code here . . . # Show the visualization pipeline in a Tk window: Graphics::VTK::Pipeline::show($renderWindow);

This is a perl port of Paul Rajlich's tcl/tk VTK pipeline browser.
It will display the layout of the VTK visualization pipeline in your perl program using a Tk tree widget. Clicking on a particular element in the tree will display the VTK objects information in a window to the right of the tree.
Information on the original tcl/tk browser is available at: http://brighton.ncsa.uiuc.edu/prajlich/vtkPipeline
See the examples/pipeline directory of the Graphics::VTK Source distribution for some example scripts that use this module.

John Cerney

perl.