29 #ifndef vtkImageAppendComponents_h
30 #define vtkImageAppendComponents_h
33 #include "vtkImagingCoreModule.h"
88 int ext[6],
int id) VTK_OVERRIDE;
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()
~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 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
vtkDataObject * GetInput()
virtual int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
static vtkImageAppendComponents * New()
void SetInputData(vtkDataObject *input)
vtkDataObject * GetInput(int num)
Get one input to this filter.
int GetNumberOfInputs()
Get the number of inputs to this filter.
topologically and geometrically regular array of data
Generic filter that has one input.