#include <vtkImageInterpolatorInternals.h>
|
template<class F > |
static int | Floor (double x, F &f) |
|
static int | Round (double x) |
|
static int | Clamp (int a, int b, int c) |
|
static int | Wrap (int a, int b, int c) |
|
static int | Mirror (int a, int b, int c) |
|
◆ Floor()
template<class F >
int vtkInterpolationMath::Floor |
( |
double |
x, |
|
|
F & |
f |
|
) |
| |
|
inlinestatic |
◆ Round()
int vtkInterpolationMath::Round |
( |
double |
x | ) |
|
|
inlinestatic |
◆ Clamp()
int vtkInterpolationMath::Clamp |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
inlinestatic |
◆ Wrap()
int vtkInterpolationMath::Wrap |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
inlinestatic |
◆ Mirror()
int vtkInterpolationMath::Mirror |
( |
int |
a, |
|
|
int |
b, |
|
|
int |
c |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: