John Cerney > Graphics-VTK-4.0.001 > Graphics::VTK::Pipeline

Download:
Graphics-VTK-4.0.001.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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.

Known Issues

AUTHOR ^

John Cerney

SEE ALSO ^

perl.