isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
isce3::core::TabulatedKernel< class > Class Template Reference

Tabulated Kernel. More...

#include <Kernels.h>

Inheritance diagram for isce3::core::TabulatedKernel< class >:
isce3::core::Kernel< T >

Public Member Functions

template<typename Tin >
 TabulatedKernel (const Kernel< Tin > &kernel, int n)
 Constructor of tabulated kernel. More...
 
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)
 
- Public Member Functions inherited from isce3::core::Kernel< T >
 Kernel (double width)
 
virtual ~Kernel ()
 Virtual destructor (allow destruction of base Kernel pointer)
 
double width () const
 Get width of kernel. More...
 

Additional Inherited Members

- Protected Attributes inherited from isce3::core::Kernel< T >
double _halfwidth
 

Detailed Description

template<class>
class isce3::core::TabulatedKernel< class >

Tabulated Kernel.

Constructor & Destructor Documentation

template<class >
template<typename Tin >
isce3::core::TabulatedKernel< class >::TabulatedKernel ( const Kernel< Tin > &  kernel,
int  n 
)

Constructor of tabulated kernel.

Parameters
[in]kernelKernel to sample.
[in]nTable size.

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

Generated for ISCE3.0 by doxygen 1.8.5.