Go to the documentation of this file.
27 #ifndef vtkStructuredGridAppend_h
28 #define vtkStructuredGridAppend_h
30 #include "vtkFiltersCoreModule.h"
void SetInputData(vtkDataObject *input)
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
static vtkStructuredGridAppend * New()
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkDataObject * GetInput(int num)
Get one input to this filter.
a simple class to control print indentation
vtkStructuredGridAppend()
~vtkStructuredGridAppend() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
vtkDataObject * GetInput()
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
general representation of visualization data
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.