36 #ifndef __vtkDataSetAlgorithm_h
37 #define __vtkDataSetAlgorithm_h
39 #include "vtkCommonExecutionModelModule.h"
45 class vtkStructuredPoints;
46 class vtkStructuredGrid;
59 vtkDataSet* GetOutput();
60 vtkDataSet* GetOutput(
int);
68 vtkPolyData *GetPolyDataOutput();
71 vtkStructuredPoints *GetStructuredPointsOutput();
77 vtkStructuredGrid *GetStructuredGridOutput();
91 void SetInputData(vtkDataSet*);
92 void SetInputData(
int, vtkDataSet*);
100 void AddInputData(vtkDataSet*);
101 void AddInputData(
int, vtkDataSet*);
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
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
topologically and geometrically regular array of data
dataset represents arbitrary combinations of all possible cell types
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)