OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Protected Attributes | List of all members
GapFilling::IdentityGapFillingFunctor< PixelType > Class Template Reference

#include <otbTemporalGapFilling.h>

Public Member Functions

 IdentityGapFillingFunctor ()=default
 
 IdentityGapFillingFunctor (const PixelType &d)
 
bool operator!= (const IdentityGapFillingFunctor a) const
 
PixelType operator() (PixelType pix, PixelType mask) const
 
bool operator== (const IdentityGapFillingFunctor a) const
 

Protected Attributes

PixelType dv
 

Detailed Description

template<typename PixelType>
class GapFilling::IdentityGapFillingFunctor< PixelType >

Definition at line 209 of file otbTemporalGapFilling.h.

Constructor & Destructor Documentation

◆ IdentityGapFillingFunctor() [1/2]

template<typename PixelType >
GapFilling::IdentityGapFillingFunctor< PixelType >::IdentityGapFillingFunctor ( )
default

◆ IdentityGapFillingFunctor() [2/2]

template<typename PixelType >
GapFilling::IdentityGapFillingFunctor< PixelType >::IdentityGapFillingFunctor ( const PixelType &  d)
inline

Definition at line 213 of file otbTemporalGapFilling.h.

Member Function Documentation

◆ operator!=()

template<typename PixelType >
bool GapFilling::IdentityGapFillingFunctor< PixelType >::operator!= ( const IdentityGapFillingFunctor< PixelType >  a) const
inline

◆ operator()()

template<typename PixelType >
PixelType GapFilling::IdentityGapFillingFunctor< PixelType >::operator() ( PixelType  pix,
PixelType  mask 
) const
inline

Definition at line 215 of file otbTemporalGapFilling.h.

◆ operator==()

template<typename PixelType >
bool GapFilling::IdentityGapFillingFunctor< PixelType >::operator== ( const IdentityGapFillingFunctor< PixelType >  a) const
inline

Definition at line 227 of file otbTemporalGapFilling.h.

Member Data Documentation

◆ dv

template<typename PixelType >
PixelType GapFilling::IdentityGapFillingFunctor< PixelType >::dv
protected

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