Go to the documentation of this file.
30 #ifndef vtkUnstructuredGridAlgorithm_h
31 #define vtkUnstructuredGridAlgorithm_h
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
void AddInputData(vtkDataObject *)
virtual void SetOutput(vtkDataObject *d)
void AddInputData(int, vtkDataObject *)
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkDataObject * GetInput()
vtkUnstructuredGridAlgorithm()
vtkDataObject * GetInput(int port)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkUnstructuredGrid * GetOutput()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetInputData(int, vtkDataObject *)
abstract class to specify dataset behavior
void SetInputData(vtkDataObject *)
vtkUnstructuredGrid * GetOutput(int)
static vtkUnstructuredGridAlgorithm * New()
Superclass for algorithms that produce only unstructured grid as output.
vtkUnstructuredGrid * GetUnstructuredGridInput(int port)
dataset represents arbitrary combinations of all possible cell types
general representation of visualization data
~vtkUnstructuredGridAlgorithm()