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

Abstract base class for all kernels. More...

#include <Kernels.h>

Public Member Functions

 Kernel (double width)
 
virtual ~Kernel ()
 Virtual destructor (allow destruction of base Kernel pointer)
 
virtual T operator() (double x) const =0
 Evaluate kernel at given location in [-halfwidth, halfwidth].
 
double width () const
 Get width of kernel. More...
 

Protected Attributes

double _halfwidth
 

Detailed Description

template<class>
class isce3::core::Kernel< class >

Abstract base class for all kernels.

Basically just a closure around an arbitrary function and a width property. Template parameter T defines type for coefficients, typically float or double.

Member Function Documentation

template<class >
double isce3::core::Kernel< class >::width ( ) const
inline

Get width of kernel.

Units are the same as are used for calls to operator().


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

Generated for ISCE3.0 by doxygen 1.8.5.