33 #ifndef vtkPolyDataAlgorithm_h 
   34 #define vtkPolyDataAlgorithm_h 
#define VTKCOMMONEXECUTIONMODEL_EXPORT
 
abstract class to specify dataset behavior 
 
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)
 
a simple class to control print indentation 
 
virtual int FillInputPortInformation(int port, vtkInformation *info)
 
static vtkAlgorithm * New()
 
general representation of visualization data 
 
void PrintSelf(ostream &os, vtkIndent indent)