55#ifndef vtkImageAppendComponents_h
56#define vtkImageAppendComponents_h
58#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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
static vtkImageAppendComponents * New()
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,...
vtkImageAppendComponents()=default
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkDataObject * GetInput(int num)
Get one input to this filter.
vtkDataObject * GetInput()
Get one input to this filter.
void SetInputData(vtkDataObject *input)
Assign a data object as input.
int GetNumberOfInputs()
Get the number of inputs to this filter.
~vtkImageAppendComponents() override=default
int FillInputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.