VTK  9.6.20260112
vtkInterpolationMath Class Reference

math code for image interpolators More...

#include <vtkInterpolationMath.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

math code for image interpolators

Definition at line 16 of file vtkInterpolationMath.h.

Member Function Documentation

◆ Floor()

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

Definition at line 77 of file vtkInterpolationMath.h.

◆ Round()

int vtkInterpolationMath::Round ( double x)
inlinestatic

Definition at line 110 of file vtkInterpolationMath.h.

◆ Clamp()

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

Definition at line 141 of file vtkInterpolationMath.h.

◆ Wrap()

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

Definition at line 152 of file vtkInterpolationMath.h.

◆ Mirror()

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

Definition at line 165 of file vtkInterpolationMath.h.


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