![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbWindowedSincInterpolateImageWelchFunction.h>
Public Member Functions | |
double | GetFactor () |
unsigned int | GetRadius () const |
TOutput | operator() (const TInput &A) const |
void | SetRadius (unsigned int radius) |
WelchWindowFunction () | |
Private Attributes | |
double | m_Factor |
unsigned int | m_Radius |
Window function for sinc interpolation.
Definition at line 41 of file otbWindowedSincInterpolateImageWelchFunction.h.
|
inline |
Definition at line 44 of file otbWindowedSincInterpolateImageWelchFunction.h.
|
inline |
Definition at line 56 of file otbWindowedSincInterpolateImageWelchFunction.h.
References otb::Function::WelchWindowFunction< TInput, TOutput >::m_Factor.
|
inline |
Definition at line 52 of file otbWindowedSincInterpolateImageWelchFunction.h.
References otb::Function::WelchWindowFunction< TInput, TOutput >::m_Radius.
|
inline |
Definition at line 62 of file otbWindowedSincInterpolateImageWelchFunction.h.
References otb::CONST_PI, and otb::Function::WelchWindowFunction< TInput, TOutput >::m_Factor.
|
inline |
Definition at line 47 of file otbWindowedSincInterpolateImageWelchFunction.h.
References otb::Function::WelchWindowFunction< TInput, TOutput >::m_Factor, and otb::Function::WelchWindowFunction< TInput, TOutput >::m_Radius.
|
private |
Definition at line 73 of file otbWindowedSincInterpolateImageWelchFunction.h.
Referenced by otb::Function::WelchWindowFunction< TInput, TOutput >::GetFactor(), otb::Function::WelchWindowFunction< TInput, TOutput >::operator()(), and otb::Function::WelchWindowFunction< TInput, TOutput >::SetRadius().
|
private |
Definition at line 71 of file otbWindowedSincInterpolateImageWelchFunction.h.
Referenced by otb::Function::WelchWindowFunction< TInput, TOutput >::GetRadius(), and otb::Function::WelchWindowFunction< TInput, TOutput >::SetRadius().