35 void PrintSelf(ostream& os, vtkIndent indent)
override;
44 virtual void SetInput1(vtkDataObject* in) { this->SetInputData(0, in); }
45 virtual void SetInput2(vtkDataObject* in) { this->SetInputData(1, in); }
56 vtkInformationVector** inputVector,
57 vtkInformationVector* outputVector,
58 vtkImageData*** inData,
59 vtkImageData** outData,
61 int threadId)
override;
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId) override