isce3 0.25.0
Loading...
Searching...
No Matches
isce3::core::Interpolator< U > Class Template Referenceabstract

Definition of parent Interpolator. More...

#include <Interpolator.h>

Inheritance diagram for isce3::core::Interpolator< U >:
isce3::core::BicubicInterpolator< U > isce3::core::BilinearInterpolator< U > isce3::core::NearestNeighborInterpolator< U > isce3::core::Sinc2dInterpolator< U > isce3::core::Spline2dInterpolator< U >

Public Member Functions

virtual ~Interpolator ()
 Virtual destructor (allow destruction of base Interpolator pointer)
 
interpolate (double x, double y, const Map &map) const
 Interpolate at a given coordinate for an input Eigen::Map.
 
interpolate (double x, double y, const Matrix< U > &z) const
 Interpolate at a given coordinate for an input isce3::core::Matrix.
 
interpolate (double x, double y, std::valarray< U > &z_data, size_t width) const
 Interpolate at a given coordinate for data passed as a valarray.
 
interpolate (double x, double y, std::vector< U > &z_data, size_t width) const
 Interpolate at a given coordinate for data passed as a vector.
 
dataInterpMethod method () const
 Return interpolation method.
 

Protected Types

using Map = typename Eigen::Map<const EArray2D<U>>
 

Protected Member Functions

virtual U interp_impl (double x, double y, const Map &map) const =0
 Base implementation for all types.
 
 Interpolator (dataInterpMethod method)
 

Protected Attributes

dataInterpMethod _method
 

Detailed Description

template<typename U>
class isce3::core::Interpolator< U >

Definition of parent Interpolator.

Member Function Documentation

◆ interp_impl()

template<typename U>
virtual U isce3::core::Interpolator< U >::interp_impl ( double x,
double y,
const Map & map ) const
protectedpure virtual

Base implementation for all types.

Implemented in isce3::core::Spline2dInterpolator< U >.


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

Generated for ISCE3.0 by doxygen 1.13.2.