20#ifndef vtkImageAppend_h
21#define vtkImageAppend_h
23#include "vtkFiltersCoreModule.h"
27VTK_ABI_NAMESPACE_BEGIN
110 VTK_FUTURE_CONST
int ext[6],
int id)
override;
118 VTK_FUTURE_CONST
int inWextent[6],
int whichInput);
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
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
vtkDataObject * GetInput()
Get one input to this filter.
void InitOutput(VTK_FUTURE_CONST int outExt[6], vtkImageData *outData)
void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, VTK_FUTURE_CONST int uExtent[6]) override
Allocate the output data.
~vtkImageAppend() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetNumberOfInputs()
Get the number of inputs to this filter.
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.
void SetInputData(int idx, vtkDataObject *input)
Assign a data object as input.
static vtkImageAppend * New()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, VTK_FUTURE_CONST int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
void CopyAttributeData(vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector) override
Copy the other point and cell data.
void InternalComputeInputUpdateExtent(int inExt[6], VTK_FUTURE_CONST int outExt[6], VTK_FUTURE_CONST int inWextent[6], int whichInput)
int FillInputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
vtkDataObject * GetInput(int idx)
Get one input to this filter.
vtkImageData * AllocateOutputData(vtkDataObject *out, vtkInformation *outInfo) override
Allocate the output data.
vtkTypeBool PreserveExtents
void SetInputData(vtkDataObject *input)
Assign a data object as input.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkThreadedImageAlgorithm()