Go to the documentation of this file.
31 #ifndef vtkUnstructuredGridAlgorithm_h
32 #define vtkUnstructuredGridAlgorithm_h
34 #include "vtkCommonExecutionModelModule.h"
void AddInputData(vtkDataObject *)
Assign a data object as input.
virtual void SetOutput(vtkDataObject *d)
void AddInputData(int, vtkDataObject *)
Superclass for all sources, filters, and sinks in VTK.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkDataObject * GetInput()
vtkUnstructuredGridAlgorithm()
vtkDataObject * GetInput(int port)
vtkUnstructuredGrid * GetOutput()
Get the output data object for a port on this algorithm.
a simple class to control print indentation
void SetInputData(int, vtkDataObject *)
abstract class to specify dataset behavior
void SetInputData(vtkDataObject *)
Assign a data object as input.
~vtkUnstructuredGridAlgorithm() override
vtkUnstructuredGrid * GetOutput(int)
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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