| 
    VTK
   
    
   
   | 
  
  
  
 
#include <vtkImageInterpolatorInternals.h>
Static Public Member Functions | |
| 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) | 
Definition at line 52 of file vtkImageInterpolatorInternals.h.
| int vtkInterpolationMath::Floor | ( | double | x, | 
| F & | f | ||
| ) |  [inline, static] | 
        
Definition at line 98 of file vtkImageInterpolatorInternals.h.
| int vtkInterpolationMath::Round | ( | double | x | ) |  [inline, static] | 
        
Definition at line 130 of file vtkImageInterpolatorInternals.h.
| int vtkInterpolationMath::Clamp | ( | int | a, | 
| int | b, | ||
| int | c | ||
| ) |  [inline, static] | 
        
Definition at line 157 of file vtkImageInterpolatorInternals.h.
| int vtkInterpolationMath::Wrap | ( | int | a, | 
| int | b, | ||
| int | c | ||
| ) |  [inline, static] | 
        
Definition at line 168 of file vtkImageInterpolatorInternals.h.
| int vtkInterpolationMath::Mirror | ( | int | a, | 
| int | b, | ||
| int | c | ||
| ) |  [inline, static] | 
        
Definition at line 181 of file vtkImageInterpolatorInternals.h.
 1.8.0