29 #ifndef vtkImageAppend_h 30 #define vtkImageAppend_h 32 #include "vtkFiltersCoreModule.h" 85 vtkGetMacro(AppendAxis,
int);
98 vtkGetMacro(PreserveExtents,
int);
123 int ext[6],
int id) VTK_OVERRIDE;
131 void InternalComputeInputUpdateExtent(
132 int *inExt,
int *outExt,
int *inWextent,
int whichInput);
137 int *uExtent) VTK_OVERRIDE;
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
Collects data from multiple inputs into one image.
vtkDataObject * GetInput()
Get a data object for one of the input port connections.
void SetInputData(vtkDataObject *)
Assign a data object as input.
Proxy object to connect input/output ports.
Generic filter that has one input.
a simple class to control print indentation
topologically and geometrically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int GetNumberOfInputs()
Get the number of inputs to this filter.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkDataObject * GetInput()
Get one input to this filter.
general representation of visualization data
void SetInputData(vtkDataObject *input)
Assign a data object as input.