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)
override;
39 vtkSetMacro(OverwriteInput,
int);
40 vtkGetMacro(OverwriteInput,
int);
46 this->SetInputData(0,in);
50 this->SetInputData(1,in);
59 int RequestInformation (vtkInformation *,
60 vtkInformationVector **,
61 vtkInformationVector *)
override;
63 void ThreadedRequestData(vtkInformation *request,
64 vtkInformationVector **inputVector,
65 vtkInformationVector *outputVector,
66 vtkImageData ***inData,
67 vtkImageData **outData,
68 int extent[6],
int threadId)
override;
70 int FillInputPortInformation(
int port, vtkInformation* info)
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.