36 #ifndef __vtkDataSetAlgorithm_h
37 #define __vtkDataSetAlgorithm_h
44 class vtkStructuredPoints;
45 class vtkStructuredGrid;
46 class vtkUnstructuredGrid;
47 class vtkRectilinearGrid;
58 vtkDataSet* GetOutput();
59 vtkDataSet* GetOutput(
int);
67 vtkPolyData *GetPolyDataOutput();
70 vtkStructuredPoints *GetStructuredPointsOutput();
73 vtkImageData *GetImageDataOutput();
76 vtkStructuredGrid *GetStructuredGridOutput();
79 vtkUnstructuredGrid *GetUnstructuredGridOutput();
82 vtkRectilinearGrid *GetRectilinearGridOutput();
94 void SetInput(vtkDataSet*);
95 void SetInput(
int, vtkDataSet*);
104 void AddInput(vtkDataSet*);
105 void AddInput(
int, vtkDataSet*);
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkAlgorithm * New()
Superclass for algorithms that produce output of the same type as input.
helper class to get VTK data object types as string and instantiate them
void PrintSelf(ostream &os, vtkIndent indent)