Go to the documentation of this file.
27 #ifndef vtkStructuredGridAppend_h
28 #define vtkStructuredGridAppend_h
30 #include "vtkFiltersCoreModule.h"
void SetInputData(vtkDataObject *input)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Collects data from multiple inputs into one structured grid.
Superclass for algorithms that produce only structured grid as output.
int GetNumberOfInputs()
Get the number of inputs to this filter.
static vtkStructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkDataObject * GetInput()
a simple class to control print indentation
Proxy object to connect input/output ports.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkDataObject * GetInput()
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a 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.