33 #ifndef __vtkPolyDataAlgorithm_h
34 #define __vtkPolyDataAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
38 #include "vtkPolyData.h"
52 vtkPolyData* GetOutput();
53 vtkPolyData* GetOutput(
int);
68 vtkPolyData *GetPolyDataInput(
int port);
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
Superclass for algorithms that produce only polydata as output.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkAlgorithm * New()
helper class to get VTK data object types as string and instantiate them
void PrintSelf(ostream &os, vtkIndent indent)