vtkImageMathematics - Add, subtract, multiply, divide, invert, sin, cos, exp, log.
Super Class: vtkImageTwoInputFilter
Description:
vtkImageMathematics implents basic mathematic operations SetOperation is used to select the filteres behavior. The filter can take two or one input.
Methods:
| void vtkImageMathematics () | |
| static vtkImageMathematics *New () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void SetOperation (int ) | |
| int GetOperation () | |
| void SetOperationToAdd () | |
| void SetOperationToSubtract () | |
| void SetOperationToMultiply () | |
| void SetOperationToDivide () | |
| void SetOperationToInvert () | |
| void SetOperationToSin () | |
| void SetOperationToCos () | |
| void SetOperationToExp () | |
| void SetOperationToLog () | |
| void SetOperationToAbsoluteValue () | |
| void SetOperationToSquare () | |
| void SetOperationToSquareRoot () | |
| void SetOperationToMin () | |
| void SetOperationToMax () | |
| void SetOperationToATAN () | |
| void SetOperationToATAN2 () | |
| void SetOperationToMultiplyByK () | |
| void SetOperationToAddConstant () | |
| void SetConstantK (double ) | |
| double GetConstantK () | |
| void SetConstantC (double ) | |
| double GetConstantC () | |
| void ExecuteImageInformation () | |
| void ThreadedExecute (vtkImageData ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
![]()
![]()