VTK  9.3.20240328
Static Public Member Functions | List of all members
vtkInterpolationMath Struct Reference

#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)
 

Detailed Description

Definition at line 53 of file vtkImageInterpolatorInternals.h.

Member Function Documentation

◆ Floor()

template<class F >
int vtkInterpolationMath::Floor ( double  x,
F &  f 
)
inlinestatic

Definition at line 114 of file vtkImageInterpolatorInternals.h.

◆ Round()

int vtkInterpolationMath::Round ( double  x)
inlinestatic

Definition at line 145 of file vtkImageInterpolatorInternals.h.

◆ Clamp()

int vtkInterpolationMath::Clamp ( int  a,
int  b,
int  c 
)
inlinestatic

Definition at line 174 of file vtkImageInterpolatorInternals.h.

◆ Wrap()

int vtkInterpolationMath::Wrap ( int  a,
int  b,
int  c 
)
inlinestatic

Definition at line 185 of file vtkImageInterpolatorInternals.h.

◆ Mirror()

int vtkInterpolationMath::Mirror ( int  a,
int  b,
int  c 
)
inlinestatic

Definition at line 198 of file vtkImageInterpolatorInternals.h.


The documentation for this struct was generated from the following file: