Go to the documentation of this file.
32 #ifndef vtkImageAppend_h
33 #define vtkImageAppend_h
35 #include "vtkFiltersCoreModule.h"
87 vtkSetMacro(AppendAxis,
int);
88 vtkGetMacro(AppendAxis,
int);
126 int ext[6],
int id)
override;
135 int *inExt,
int *outExt,
int *inWextent,
int whichInput);
140 int *uExtent)
override;
~vtkImageAppend() override
void InternalComputeInputUpdateExtent(int *inExt, int *outExt, int *inWextent, int whichInput)
void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, int *uExtent) override
Allocate the output data.
void SetInputData(vtkDataObject *input)
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
Generic filter that has one input.
vtkDataObject * GetInput(int num)
Get one input to this filter.
void CopyAttributeData(vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector) override
Copy the other point and cell data.
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageData * AllocateOutputData(vtkDataObject *out, vtkInformation *outInfo) override
int GetNumberOfInputs()
Get the number of inputs to this filter.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkTypeBool PreserveExtents
Collects data from multiple inputs into one image.
void InitOutput(int outExt[6], vtkImageData *outData)
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,...
Proxy object to connect input/output ports.
static vtkImageAppend * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkDataObject * GetInput()
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
general representation of visualization data