Go to the documentation of this file.
32 #ifndef vtkImageAppend_h
33 #define vtkImageAppend_h
35 #include "vtkFiltersCoreModule.h"
88 vtkGetMacro(AppendAxis,
int);
101 vtkGetMacro(PreserveExtents,
int);
126 int ext[6],
int id) VTK_OVERRIDE;
134 void InternalComputeInputUpdateExtent(
135 int *inExt,
int *outExt,
int *inWextent,
int whichInput);
140 int *uExtent) VTK_OVERRIDE;
~vtkImageAppend() override
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.
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
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.
topologically and geometrically regular array of data
a simple class to control print indentation
Collects data from multiple inputs into one image.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Proxy object to connect input/output ports.
static vtkImageAppend * New()
vtkDataObject * GetInput()
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
general representation of visualization data