27 #ifndef vtkStructuredGridAppend_h
28 #define vtkStructuredGridAppend_h
30 #include "vtkFiltersCoreModule.h"
81 vtkInformationVector *) VTK_OVERRIDE;
83 int RequestUpdateExtent(vtkInformation *,
84 vtkInformationVector **,
85 vtkInformationVector *) VTK_OVERRIDE;
87 int RequestData(vtkInformation *,
88 vtkInformationVector **,
89 vtkInformationVector *) VTK_OVERRIDE;
92 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
int GetNumberOfInputs()
Get the number of inputs to this filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStructuredGridAlgorithm * New()
Proxy object to connect input/output ports.
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkDataObject * GetInput()
vtkDataObject * GetInput()
Get one input to this filter.
Collects data from multiple inputs into one structured grid.
general representation of visualization data
void SetInputData(vtkDataObject *input)
Assign a data object as input.