Tabulated Kernel.
More...
#include <Kernels.h>
|
template<typename Tin > |
| TabulatedKernel (const Kernel< Tin > &kernel, int n) |
| Constructor of tabulated kernel. More...
|
|
T | operator() (double x) const override |
| Evaluate kernel at given location in [-halfwidth, halfwidth].
|
|
const std::vector< T > & | table () const |
|
template<typename TI > |
| TabulatedKernel (const Kernel< TI > &kernel, int n) |
|
| Kernel (double width) |
|
virtual | ~Kernel () |
| Virtual destructor (allow destruction of base Kernel pointer)
|
|
double | width () const |
| Get width of kernel. More...
|
|
template<class>
class isce3::core::TabulatedKernel< class >
Tabulated Kernel.
template<class >
template<typename Tin >
Constructor of tabulated kernel.
- Parameters
-
[in] | kernel | Kernel to sample. |
[in] | n | Table size. |
The documentation for this class was generated from the following files:
- isce/cxx/isce3/core/forward.h
- isce/cxx/isce3/core/Kernels.h
- isce/cxx/isce3/core/Kernels.icc