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.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkDataObject * GetInput()
vtkUnstructuredGridAlgorithm()
vtkDataObject * GetInput(int port)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkUnstructuredGrid * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
void SetInputData(int, vtkDataObject *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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