Documentation for vtkImageTwoInputFilter

vtkImageTwoInputFilter - Generic superclass for filters that have

Super Class: vtkImageMultipleInputFilter

Description:

vtkImageTwoInputFilter handles two inputs. It is just a subclass of vtkImageMultipleInputFilter with some methods that are specific to two inputs. Although the inputs are labeled input1 and input2, they are stored in an array indexed starting at 0.

 

Methods:

void vtkImageTwoInputFilter ()
static vtkImageTwoInputFilter *New ()
const char *GetClassName ()
void SetInput1 (vtkImageCache *)
void SetInput1 (vtkStructuredPoints *)
void SetInput2 (vtkImageCache *)
void SetInput2 (vtkStructuredPoints *)
vtkImageCache *GetInput1 ()
vtkImageCache *GetInput2 ()

 

Detailed Method Descriptions:

Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.

void SetInput1 (vtkImageCache *)

Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.

void SetInput1 (vtkStructuredPoints *)
void SetInput2 (vtkImageCache *)

Get the inputs to this filter.

void SetInput2 (vtkStructuredPoints *)
vtkImageCache *GetInput1 ()