Linear kernel, which is just a special case of Bartlett. More...
#include <Kernels.h>
Additional Inherited Members | |
Public Member Functions inherited from isce3::core::BartlettKernel< T > | |
BartlettKernel (double width) | |
Triangle function constructor. More... | |
T | operator() (double x) const override |
Evaluate kernel at given location in [-halfwidth, halfwidth]. | |
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... | |
Protected Attributes inherited from isce3::core::Kernel< T > | |
double | _halfwidth |
Linear kernel, which is just a special case of Bartlett.