16 #ifndef __vtkImageLabelCombine_h 17 #define __vtkImageLabelCombine_h 19 #include <vtkVersion.h> 21 #include "vtkTeemConfigure.h" 23 #include "vtkThreadedImageAlgorithm.h" 35 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
39 vtkSetMacro(OverwriteInput,
int);
40 vtkGetMacro(OverwriteInput,
int);
46 this->SetInputData(0,in);
50 this->SetInputData(1,in);
59 virtual int RequestInformation (vtkInformation *,
60 vtkInformationVector **,
61 vtkInformationVector *) VTK_OVERRIDE;
63 virtual void ThreadedRequestData(vtkInformation *request,
64 vtkInformationVector **inputVector,
65 vtkInformationVector *outputVector,
66 vtkImageData ***inData,
67 vtkImageData **outData,
68 int extent[6],
int threadId) VTK_OVERRIDE;
70 virtual int FillInputPortInformation(
int port, vtkInformation* info) VTK_OVERRIDE;
virtual void SetInput2(vtkDataObject *in)
virtual void SetInput1(vtkDataObject *in)
Set the two inputs to this filter
Add, subtract, multiply, divide, invert, sin, cos, exp, log.