VTKGraphics 4.0.001 review
Download
|
|
VTKGraphics is a Perl interface to VTKGraphics library.
SYNOPSIS
use Graphics::VTK; use Graphics::VTK::Graphics;
Graphics::VTK::Graphics is an interface to the Graphics libaray of the C++ visualization toolkit VTK.
Graphics::VTK::AppendFilter
Inherits from DataSetToUnstructuredGridFilter
Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.)
void AddInput (vtkDataSet *in);
const char *GetClassName ();
vtkDataSet *GetInput (int idx);
vtkDataSet *GetInput ();
vtkDataSetCollection *GetInputList ();
vtkAppendFilter *New ();
void RemoveInput (vtkDataSet *in);
vtkAppendFilter Unsupported Funcs:
Functions which are not supported supported for this class by the PerlVTK module.
void PrintSelf (ostream &os, vtkIndent indent);
I/O Streams not Supported yet.
Requirements:
Perl
VTKGraphics 4.0.001 keywords