26 #ifndef vtkImageAppendComponents_h
27 #define vtkImageAppendComponents_h
29 #include "vtkImagingCoreModule.h"
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
Collects components from two inputs into one output.
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
vtkImageAppendComponents()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
vtkDataObject * GetInput()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageAppendComponents * New()
~vtkImageAppendComponents() override
void SetInputData(vtkDataObject *input)
vtkDataObject * GetInput(int num)
Get one input to this filter.
int GetNumberOfInputs()
Get the number of inputs to this filter.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
topologically and geometrically regular array of data
Generic filter that has one input.