15#ifndef vtkStructuredGridAppend_h 
   16#define vtkStructuredGridAppend_h 
   18#include "vtkFiltersCoreModule.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
Proxy object to connect input/output ports.
 
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
 
general representation of visualization data
 
a simple class to control print indentation
 
Superclass for algorithms that produce only structured grid as output.
 
Collects data from multiple inputs into one structured grid.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
 
void SetInputData(vtkDataObject *input)
Assign a data object as input.
 
vtkStructuredGridAppend()
 
~vtkStructuredGridAppend() override
 
vtkDataObject * GetInput(int num)
Get one input to this filter.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
 
static vtkStructuredGridAppend * New()
 
int GetNumberOfInputs()
Get the number of inputs to this filter.
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
 
vtkDataObject * GetInput()
Get one input to this filter.