gpuSinc2dInterpolator class derived from abstract gpuInterpolator class More...
#include <gpuInterpolator.h>
Public Member Functions | |
CUDA_HOST | gpuSinc2dInterpolator (int sincLen, int sincSub) |
CUDA_HOSTDEV | gpuSinc2dInterpolator (const gpuSinc2dInterpolator &i) |
CUDA_HOST void | sinc_coef (double, double, int, double, int, std::valarray< double > &) |
CUDA_DEV U | interpolate (double, double, const U *, size_t, size_t) |
CUDA_HOST void | interpolate_h (const Matrix< double > &, Matrix< U > &, double, double, U *) |
Protected Attributes | |
double * | kernel |
int | kernel_length |
int | kernel_width |
int | sinc_half |
int | intpx |
int | intpy |
bool | owner |
gpuSinc2dInterpolator class derived from abstract gpuInterpolator class