36 #ifndef __vtkDataSetAlgorithm_h
37 #define __vtkDataSetAlgorithm_h
39 #include "vtkCommonExecutionModelModule.h"
47 class vtkUnstructuredGrid;
55 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkDataSet* GetOutput();
60 vtkDataSet* GetOutput(
int);
74 vtkImageData *GetImageDataOutput();
80 vtkUnstructuredGrid *GetUnstructuredGridOutput();
91 void SetInputData(vtkDataSet*);
92 void SetInputData(
int, vtkDataSet*);
100 void AddInputData(vtkDataSet*);
101 void AddInputData(
int, vtkDataSet*);
108 vtkInformationVector** inputVector,
109 vtkInformationVector* outputVector);
123 vtkInformationVector**,
124 vtkInformationVector*) {
return 1;};
133 vtkInformationVector**,
134 vtkInformationVector*)
149 virtual int RequestDataObject(vtkInformation* request,
150 vtkInformationVector** inputVector,
151 vtkInformationVector* outputVector);
160 vtkInformationVector**,
161 vtkInformationVector*) {
return 1;};
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
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.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
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 *)
topologically regular array of data
static vtkAlgorithm * New()
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)