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;
Proxy object to connect input/output ports.
int GetNumberOfInputConnections(int port)
Get the number of inputs currently connected to a port.
general representation of visualization data
Collects data from multiple inputs into one image.
vtkDataObject * GetInput()
~vtkImageAppend() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataObject * GetInput(int num)
Get one input to this filter.
int GetNumberOfInputs()
Get the number of inputs to this filter.
virtual void ReplaceNthInputConnection(int idx, vtkAlgorithmOutput *input)
Replace one of the input connections with a new input.
void SetInputData(int num, vtkDataObject *input)
Assign a data object as input.
static vtkImageAppend * New()
void SetInputData(vtkDataObject *input)
topologically and geometrically regular array of data
a simple class to control print indentation
Generic filter that has one input.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.