39 #ifndef __vtkPolyDataAlgorithm_h
40 #define __vtkPolyDataAlgorithm_h
42 #include "vtkAlgorithm.h"
43 #include "vtkPolyData.h"
53 void PrintSelf(ostream& os,
vtkIndent indent);
57 vtkPolyData* GetOutput();
58 vtkPolyData* GetOutput(
int);
73 vtkPolyData *GetPolyDataInput(
int port);
124 virtual void Execute();
128 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
129 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
abstract class to specify dataset behavior
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
helper class to get VTK data object types as string and instantiate them