27 #ifndef vtkStructuredGridAppend_h 28 #define vtkStructuredGridAppend_h 30 #include "vtkFiltersCoreModule.h" int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int GetNumberOfInputs()
Get the number of inputs to this filter.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
Proxy object to connect input/output ports.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.