3#include <thrust/device_vector.h>
5#include <isce3/cuda/core/gpuInterpolator.h>
7namespace isce3::cuda::core {
54 thrust::device_vector<double> d_sinc_filter;
InterpolatorHandle(isce3::core::dataInterpMethod interp_method)
Class constructor.
Definition InterpolatorHandle.cu:65
Definition InterpolatorHandle.h:14
~InterpolatorHandle() override
Destructor that frees and deletes pointers accordingly.
Definition InterpolatorHandle.cu:115
InterpolatorHandle(const InterpolatorHandle &)=delete
Disabling copy constructor and assignment operator to prevent misuse.
InterpolatorHandle(isce3::core::dataInterpMethod interp_method)
Class constructor.
Definition InterpolatorHandle.cu:65
Definition gpuInterpolator.h:13