OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Private Attributes | List of all members
otb::Function::CosineWindowFunction< TInput, TOutput > Class Template Reference

#include <otbWindowedSincInterpolateImageCosineFunction.h>

+ Inheritance diagram for otb::Function::CosineWindowFunction< TInput, TOutput >:

Public Member Functions

 CosineWindowFunction ()
 
double GetFactor ()
 
unsigned int GetRadius () const
 
TOutput operator() (const TInput &A) const
 
void SetRadius (unsigned int radius)
 

Private Attributes

double m_Factor
 
unsigned int m_Radius
 

Detailed Description

template<class TInput = double, class TOutput = double>
class otb::Function::CosineWindowFunction< TInput, TOutput >

Definition at line 41 of file otbWindowedSincInterpolateImageCosineFunction.h.

Constructor & Destructor Documentation

◆ CosineWindowFunction()

template<class TInput = double, class TOutput = double>
otb::Function::CosineWindowFunction< TInput, TOutput >::CosineWindowFunction ( )
inline

Member Function Documentation

◆ GetFactor()

template<class TInput = double, class TOutput = double>
double otb::Function::CosineWindowFunction< TInput, TOutput >::GetFactor ( )
inline

◆ GetRadius()

template<class TInput = double, class TOutput = double>
unsigned int otb::Function::CosineWindowFunction< TInput, TOutput >::GetRadius ( ) const
inline

◆ operator()()

template<class TInput = double, class TOutput = double>
TOutput otb::Function::CosineWindowFunction< TInput, TOutput >::operator() ( const TInput &  A) const
inline

◆ SetRadius()

template<class TInput = double, class TOutput = double>
void otb::Function::CosineWindowFunction< TInput, TOutput >::SetRadius ( unsigned int  radius)
inline

Member Data Documentation

◆ m_Factor

template<class TInput = double, class TOutput = double>
double otb::Function::CosineWindowFunction< TInput, TOutput >::m_Factor
private

◆ m_Radius

template<class TInput = double, class TOutput = double>
unsigned int otb::Function::CosineWindowFunction< TInput, TOutput >::m_Radius
private

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