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;
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
Collects data from multiple inputs into one image.
vtkTypeBool PreserveExtents
vtkDataObject * GetInput()
Get a data object for one of the input port connections.
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 ...
Proxy object to connect input/output ports.
virtual void AllocateOutputData(vtkImageData *out, vtkInformation *outInfo, int *uExtent)
Allocate the output data.
Generic filter that has one input.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
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, multiple threads will be spawned, and each thread will call this method.
virtual void CopyAttributeData(vtkImageData *in, vtkImageData *out, vtkInformationVector **inputVector)
Copy the other point and cell data.
int GetNumberOfInputs()
Get the number of inputs to this filter.
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataObject * GetInput()
Get one input to this filter.
general representation of visualization data
void SetInputData(vtkDataObject *input)
Assign a data object as input.