Go to the documentation of this file.
31 #ifndef vtkStructuredGridAlgorithm_h
32 #define vtkStructuredGridAlgorithm_h
34 #include "vtkCommonExecutionModelModule.h"
vtkStructuredGrid * GetOutput()
Get the output data object for a port on this algorithm.
~vtkStructuredGridAlgorithm() override
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only structured grid as output.
Superclass for all sources, filters, and sinks in VTK.
virtual void SetOutput(vtkDataObject *d)
static vtkStructuredGridAlgorithm * New()
vtkDataObject * GetInput(int port)
topologically regular array of data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStructuredGrid * GetOutput(int)
void SetInputData(int, vtkDataObject *)
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkDataObject * GetInput()
a simple class to control print indentation
void AddInputData(vtkDataObject *)
Assign a data object as input.
vtkStructuredGridAlgorithm()
abstract class to specify dataset behavior
void AddInputData(int, vtkDataObject *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkStructuredGrid * GetStructuredGridInput(int port)
general representation of visualization data
void SetInputData(vtkDataObject *)
Assign a data object as input.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.