Go to the documentation of this file.
33 #ifndef vtkPolyDataAlgorithm_h
34 #define vtkPolyDataAlgorithm_h
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Superclass for all sources, filters, and sinks in VTK.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddInputData(int, vtkDataObject *)
#define vtkTypeMacro(thisClass, superclass)
vtkPolyData * GetPolyDataInput(int port)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetInputData(int, vtkDataObject *)
a simple class to control print indentation
void AddInputData(vtkDataObject *)
void SetInputData(vtkDataObject *)
vtkPolyData * GetOutput(int)
vtkDataObject * GetInput(int port)
abstract class to specify dataset behavior
virtual void SetOutput(vtkDataObject *d)
vtkDataObject * GetInput()
concrete dataset represents vertices, lines, polygons, and triangle strips
general representation of visualization data
vtkPolyData * GetOutput()
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.