31 #ifndef vtkUnstructuredGridAlgorithm_h
32 #define vtkUnstructuredGridAlgorithm_h
34 #include "vtkCommonExecutionModelModule.h"
Superclass for all sources, filters, and sinks in VTK.
general representation of visualization data
abstract class to specify dataset behavior
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
vtkUnstructuredGrid * GetOutput()
Get the output data object for a port on this algorithm.
vtkUnstructuredGridAlgorithm()
static vtkUnstructuredGridAlgorithm * New()
vtkUnstructuredGrid * GetUnstructuredGridInput(int port)
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
void AddInputData(vtkDataObject *)
Assign a data object as input.
~vtkUnstructuredGridAlgorithm() override
virtual void SetOutput(vtkDataObject *d)
vtkUnstructuredGrid * GetOutput(int)
void AddInputData(int, vtkDataObject *)
vtkDataObject * GetInput(int port)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(int, vtkDataObject *)
vtkDataObject * GetInput()
void SetInputData(vtkDataObject *)
Assign a data object as input.
dataset represents arbitrary combinations of all possible cell types