Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageMathematics.h File Reference

#include "vtkImageTwoInputFilter.h"

Include dependency graph for vtkImageMathematics.h:

Include dependency graph

Go to the source code of this file.

Classes

class  vtkImageMathematics
 Add, subtract, multiply, divide, invert, sin, cos, exp, log. More...

Defines

#define VTK_ADD   0
#define VTK_SUBTRACT   1
#define VTK_MULTIPLY   2
#define VTK_DIVIDE   3
#define VTK_INVERT   4
#define VTK_SIN   5
#define VTK_COS   6
#define VTK_EXP   7
#define VTK_LOG   8
#define VTK_ABS   9
#define VTK_SQR   10
#define VTK_SQRT   11
#define VTK_MIN   12
#define VTK_MAX   13
#define VTK_ATAN   14
#define VTK_ATAN2   15
#define VTK_MULTIPLYBYK   16
#define VTK_ADDC   17
#define VTK_CONJUGATE   18
#define VTK_COMPLEX_MULTIPLY   19
#define VTK_REPLACECBYK   20


Define Documentation

#define VTK_ADD   0
 

Definition at line 44 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToAdd().

#define VTK_SUBTRACT   1
 

Definition at line 45 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToSubtract().

#define VTK_MULTIPLY   2
 

Definition at line 46 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToMultiply().

#define VTK_DIVIDE   3
 

Definition at line 47 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToDivide().

#define VTK_INVERT   4
 

Definition at line 48 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToInvert().

#define VTK_SIN   5
 

Definition at line 49 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToSin().

#define VTK_COS   6
 

Definition at line 50 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToCos().

#define VTK_EXP   7
 

Definition at line 51 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToExp().

#define VTK_LOG   8
 

Definition at line 52 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToLog().

#define VTK_ABS   9
 

Definition at line 53 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToAbsoluteValue().

#define VTK_SQR   10
 

Definition at line 54 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToSquare().

#define VTK_SQRT   11
 

Definition at line 55 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToSquareRoot().

#define VTK_MIN   12
 

Definition at line 56 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToMin().

#define VTK_MAX   13
 

Definition at line 57 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToMax().

#define VTK_ATAN   14
 

Definition at line 58 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToATAN().

#define VTK_ATAN2   15
 

Definition at line 59 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToATAN2().

#define VTK_MULTIPLYBYK   16
 

Definition at line 60 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToMultiplyByK().

#define VTK_ADDC   17
 

Definition at line 61 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToAddConstant().

#define VTK_CONJUGATE   18
 

Definition at line 62 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToConjugate().

#define VTK_COMPLEX_MULTIPLY   19
 

Definition at line 63 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToComplexMultiply().

#define VTK_REPLACECBYK   20
 

Definition at line 64 of file vtkImageMathematics.h.

Referenced by vtkImageMathematics::SetOperationToReplaceCByK().