VTK  9.3.20240419
Classes | Macros
vtkImageMathematics.h File Reference
#include "vtkImagingMathModule.h"
#include "vtkThreadedImageAlgorithm.h"
Include dependency graph for vtkImageMathematics.h:

Go to the source code of this file.

Classes

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

Macros

#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
 

Macro Definition Documentation

◆ VTK_ADD

#define VTK_ADD   0

Definition at line 129 of file vtkImageMathematics.h.

◆ VTK_SUBTRACT

#define VTK_SUBTRACT   1

Definition at line 130 of file vtkImageMathematics.h.

◆ VTK_MULTIPLY

#define VTK_MULTIPLY   2

Definition at line 131 of file vtkImageMathematics.h.

◆ VTK_DIVIDE

#define VTK_DIVIDE   3

Definition at line 132 of file vtkImageMathematics.h.

◆ VTK_INVERT

#define VTK_INVERT   4

Definition at line 133 of file vtkImageMathematics.h.

◆ VTK_SIN

#define VTK_SIN   5

Definition at line 134 of file vtkImageMathematics.h.

◆ VTK_COS

#define VTK_COS   6

Definition at line 135 of file vtkImageMathematics.h.

◆ VTK_EXP

#define VTK_EXP   7

Definition at line 136 of file vtkImageMathematics.h.

◆ VTK_LOG

#define VTK_LOG   8

Definition at line 137 of file vtkImageMathematics.h.

◆ VTK_ABS

#define VTK_ABS   9

Definition at line 138 of file vtkImageMathematics.h.

◆ VTK_SQR

#define VTK_SQR   10

Definition at line 139 of file vtkImageMathematics.h.

◆ VTK_SQRT

#define VTK_SQRT   11

Definition at line 140 of file vtkImageMathematics.h.

◆ VTK_MIN

#define VTK_MIN   12

Definition at line 141 of file vtkImageMathematics.h.

◆ VTK_MAX

#define VTK_MAX   13

Definition at line 142 of file vtkImageMathematics.h.

◆ VTK_ATAN

#define VTK_ATAN   14

Definition at line 143 of file vtkImageMathematics.h.

◆ VTK_ATAN2

#define VTK_ATAN2   15

Definition at line 144 of file vtkImageMathematics.h.

◆ VTK_MULTIPLYBYK

#define VTK_MULTIPLYBYK   16

Definition at line 145 of file vtkImageMathematics.h.

◆ VTK_ADDC

#define VTK_ADDC   17

Definition at line 146 of file vtkImageMathematics.h.

◆ VTK_CONJUGATE

#define VTK_CONJUGATE   18

Definition at line 147 of file vtkImageMathematics.h.

◆ VTK_COMPLEX_MULTIPLY

#define VTK_COMPLEX_MULTIPLY   19

Definition at line 148 of file vtkImageMathematics.h.

◆ VTK_REPLACECBYK

#define VTK_REPLACECBYK   20

Definition at line 149 of file vtkImageMathematics.h.