aimstil
5.0.5
|
#include <til/TensorProductInterpolation.h>
Public Types | |
typedef t_interp | ReturnType |
typedef TensorProductInterpolation< Interpolation, 2 > | Self |
Static Public Member Functions | |
template<class Extrapolator , class TImage > | |
static INLINE t_interp | computeUnsafe (const TImage &im, const numeric_array< t_interp, 3 > &pos) |
template<class Extrapolator , class TImage > | |
static INLINE t_interp | compute (const TImage &im, const numeric_array< t_interp, 3 > &pos) |
template<class Extrapolator , class TImage > | |
static INLINE t_interp | computeUnsafe (const TImage &im, t_interp x, t_interp y, t_interp z) |
template<class Extrapolator , class TImage > | |
static INLINE t_interp | compute (const TImage &im, t_interp x, t_interp y, t_interp z) |
Definition at line 28 of file TensorProductInterpolation.h.
typedef t_interp til::TensorProductInterpolation< Interpolation, 2 >::ReturnType |
Definition at line 32 of file TensorProductInterpolation.h.
typedef TensorProductInterpolation< Interpolation, 2> til::TensorProductInterpolation< Interpolation, 2 >::Self |
Definition at line 33 of file TensorProductInterpolation.h.
|
inlinestatic |
Definition at line 42 of file TensorProductInterpolation.h.
References EXPAND_VECTOR.
|
inlinestatic |
Definition at line 83 of file TensorProductInterpolation.h.
|
inlinestatic |
Definition at line 38 of file TensorProductInterpolation.h.
References EXPAND_VECTOR.
|
inlinestatic |
Definition at line 46 of file TensorProductInterpolation.h.