28 #ifndef __vtkImageAppendComponents_h
29 #define __vtkImageAppendComponents_h
32 #include "vtkImagingCoreModule.h"
33 #include "vtkThreadedImageAlgorithm.h"
45 virtual void ReplaceNthInputConnection(
int idx, vtkAlgorithmOutput* input);
51 void SetInputData(
int num, vtkDataObject *input);
59 vtkDataObject *GetInput(
int num);
72 virtual int RequestInformation (vtkInformation *, vtkInformationVector **,
73 vtkInformationVector *);
75 void ThreadedRequestData (vtkInformation* request,
76 vtkInformationVector** inputVector,
77 vtkInformationVector* outputVector,
78 vtkImageData ***inData, vtkImageData **outData,
82 virtual int FillInputPortInformation(
int, vtkInformation*);
Collects components from two inputs into one output.
vtkImageAppendComponents()
void SetInputData(vtkDataObject *input)
~vtkImageAppendComponents()
vtkDataObject * GetInput()