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


Graphics-VTK documentation  | view source Contained in the Graphics-VTK distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Graphics::VTK::Pipeline;

  Your VTK pipeline setup code here
  .
  .
  .

  # Show the visualization pipeline in a Tk window:
  Graphics::VTK::Pipeline::show($renderWindow);

  


DESCRIPTION

Top

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

Top

John Cerney

SEE ALSO

Top

perl.


Graphics-VTK documentation  | view source Contained in the Graphics-VTK distribution.