OTB
9.0.0
Orfeo Toolbox
|
#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 |
Definition at line 209 of file otbTemporalGapFilling.h.
|
default |
|
inline |
Definition at line 213 of file otbTemporalGapFilling.h.
|
inline |
Definition at line 222 of file otbTemporalGapFilling.h.
References GapFilling::IdentityGapFillingFunctor< PixelType >::dv.
|
inline |
Definition at line 215 of file otbTemporalGapFilling.h.
|
inline |
Definition at line 227 of file otbTemporalGapFilling.h.
|
protected |
Definition at line 233 of file otbTemporalGapFilling.h.
Referenced by GapFilling::IdentityGapFillingFunctor< PixelType >::operator!=().