#include "vtkObject.h"
#include "vtkCNMRRCommonWin32Header.h"
#include <math.h>
Include dependency graph for vtkExponentialFunctions.h:

Go to the source code of this file.
Classes | |
| class | vtkExponentialFunctions |
| provides mutiple static exponential functions and their Jacobians. More... | |
Defines | |
| #define | SIN sin |
| #define | COS cos |
| #define | EXP exp |
| #define | SIGN(x) ((x>=0)?1:-1) |
| #define SIN sin |
Definition at line 47 of file vtkExponentialFunctions.h.
Referenced by vtkExponentialFunctions::sinc().
| #define COS cos |
Definition at line 48 of file vtkExponentialFunctions.h.
Referenced by vtkExponentialFunctions::jacexponentialSincMod(), and vtkExponentialFunctions::jacexponentialSincModThreeParam().
| #define EXP exp |
Definition at line 49 of file vtkExponentialFunctions.h.
Referenced by vtkExponentialFunctions::exponential(), vtkExponentialFunctions::exponentialSincMod(), vtkExponentialFunctions::exponentialSincModThreeParam(), vtkExponentialFunctions::exponentialSincModThreeParamWithConstant(), vtkExponentialFunctions::exponentialSincModWithConstant(), vtkExponentialFunctions::exponentialWithConstant(), vtkExponentialFunctions::jacexponential(), vtkExponentialFunctions::jacexponentialSincMod(), vtkExponentialFunctions::jacexponentialSincModThreeParam(), vtkExponentialFunctions::jaconeminusexponential(), and vtkExponentialFunctions::oneminusexponential().
| #define SIGN | ( | x | ) | ((x>=0)?1:-1) |
Definition at line 53 of file vtkExponentialFunctions.h.
Referenced by vtkExponentialFunctions::jacexponentialSincMod(), and vtkExponentialFunctions::jacexponentialSincModThreeParam().
1.4.7