32 #ifndef vtkImageAppend_h
33 #define vtkImageAppend_h
35 #include "vtkFiltersCoreModule.h"
88 vtkGetMacro(AppendAxis,
int);
101 vtkGetMacro(PreserveExtents,
int);
116 vtkInformationVector *) VTK_OVERRIDE;
118 int RequestUpdateExtent(vtkInformation *,
119 vtkInformationVector **,
120 vtkInformationVector *) VTK_OVERRIDE;
122 void ThreadedRequestData (vtkInformation* request,
123 vtkInformationVector** inputVector,
124 vtkInformationVector* outputVector,
126 int ext[6],
int id) VTK_OVERRIDE;
130 int FillInputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
134 void InternalComputeInputUpdateExtent(
135 int *inExt,
int *outExt,
int *inWextent,
int whichInput);
139 vtkInformation* outInfo,
140 int *uExtent) VTK_OVERRIDE;
142 vtkInformation* outInfo) VTK_OVERRIDE;
146 vtkInformationVector** inputVector) 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.