33 #ifndef __vtkPolyDataAlgorithm_h
34 #define __vtkPolyDataAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
60 vtkInformationVector**,
61 vtkInformationVector*);
91 virtual int RequestInformation(vtkInformation* request,
92 vtkInformationVector** inputVector,
93 vtkInformationVector* outputVector);
98 virtual int RequestData(vtkInformation* request,
99 vtkInformationVector** inputVector,
100 vtkInformationVector* outputVector);
106 virtual int RequestUpdateExtent(vtkInformation*,
107 vtkInformationVector**,
108 vtkInformationVector*);
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
concrete dataset represents vertices, lines, polygons, and triangle strips
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)
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkAlgorithm * New()
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)