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