vtkImageAppendComponents - Collects components from two inputs into
Super Class: vtkImageMultipleInputFilter
Description:
vtkImageAppendComponents takes the components from two inputs and merges them into one output. If Input1 has M compoennts, and Input2 has N components, the output will have M+N compoennts with input1 components comming first.
Methods:
![]() | static vtkImageAppendComponents *New () |
![]() | const char *GetClassName () |
![]() | void SetInput1 (vtkImageCache *) |
![]() | void SetInput1 (vtkStructuredPoints *) |
![]() | void SetInput2 (vtkImageCache *) |
![]() | void SetInput2 (vtkStructuredPoints *) |
![]() | void ExecuteImageInformation () |
![]() | void ThreadedExecute (vtkImageData ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
![]() | void SetInput1 (vtkImageCache *) |
![]() | void SetInput1 (vtkStructuredPoints *) |
![]() | void SetInput2 (vtkImageCache *) |