#include "vtkThreadedImageAlgorithm.h"
#include "vtkCNMRRImagingWin32Header.h"
Include dependency graph for vtkImageComplexMathematics.h:

Go to the source code of this file.
Classes | |
| class | vtkImageComplexMathematics |
| Handles complex mathematics functions. More... | |
Defines | |
| #define | VTK_COMPLEX_DIVIDE 0 |
| #define | VTK_COMPLEX_MULT 1 |
| #define | VTK_COMPLEX_ADD 2 |
| #define | VTK_COMPLEX_SUBTRACT 3 |
| #define | VTK_COMPLEX_INVERT 4 |
| #define | VTK_COMPLEX_CONJUGATE 5 |
| #define | VTK_COMPLEX_PHASESHIFTBYK 6 |
| #define | VTK_COMPLEX_MAGNITUDE 7 |
| #define | VTK_COMPLEX_PHASE90 8 |
| #define | VTK_COMPLEX_PHASE180 9 |
| #define | VTK_COMPLEX_PHASE360 10 |
| #define VTK_COMPLEX_DIVIDE 0 |
Definition at line 43 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexDivide().
| #define VTK_COMPLEX_MULT 1 |
Definition at line 44 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexMultiply().
| #define VTK_COMPLEX_ADD 2 |
Definition at line 45 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexAdd().
| #define VTK_COMPLEX_SUBTRACT 3 |
Definition at line 46 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexSubtract().
| #define VTK_COMPLEX_INVERT 4 |
Definition at line 47 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexInvert().
| #define VTK_COMPLEX_CONJUGATE 5 |
Definition at line 48 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexConjugate().
| #define VTK_COMPLEX_PHASESHIFTBYK 6 |
Definition at line 49 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexPhaseShiftByK().
| #define VTK_COMPLEX_MAGNITUDE 7 |
Definition at line 50 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexMagnitude().
| #define VTK_COMPLEX_PHASE90 8 |
Definition at line 51 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexPhase90().
| #define VTK_COMPLEX_PHASE180 9 |
Definition at line 52 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexPhase180().
| #define VTK_COMPLEX_PHASE360 10 |
Definition at line 53 of file vtkImageComplexMathematics.h.
Referenced by vtkImageComplexMathematics::SetOperationToComplexPhase360().
1.4.7