Documentation for vtkImageAppend

vtkImageAppend - Collects data from multiple inputs into one image.

Super Class: vtkImageMultipleInputFilter

Description:

vtkImageAppend takes the components from multiple inputs and merges them into one output. The output images are append along the "AppendAxis". Except for the append axis, all inputs must have the same extent. All inputs must have the same number of scalar compnenets. A future extension might be to pad or clip inputs to have the same extent. The output has the same origin and spacing as the first input. The origin and spacing of all other inputs are ignored. All inputs must have the same scalar type.

 

Methods:

static vtkImageAppend *New ()
const char *GetClassName ()
void vtkImageAppend ()
void vtkImageAppend ()
void PrintSelf (unknown & ,vtkIndent )
void SetAppendAxis (int )
int GetAppendAxis ()
void ExecuteImageInformation ()
void ComputeRequiredInputUpdateExtent (int ,int ,int )
void ThreadedExecute (vtkImageData ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

This axis is expanded to hold the multiple images.

void SetAppendAxis (int )
int GetAppendAxis ()