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;
134 void InternalComputeInputUpdateExtent(
135 int *inExt,
int *outExt,
int *inWextent,
int whichInput);
140 int *uExtent)
override;
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up,...
void SetInputData(vtkDataObject *input)
Generic filter that has one input.
vtkDataObject * GetInput()
void SetInputData(vtkDataObject *)
Assign a data object as input.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.
virtual void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, int *uExtent)
Allocate the output data.
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.
static vtkAlgorithm * New()
virtual void CopyAttributeData(vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector)
Copy the other point and cell data.
Proxy object to connect input/output ports.
vtkDataObject * GetInput()
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data