OTB
9.0.0
Orfeo Toolbox
|
#include <otbChangeNoDataValueFilter.h>
Public Member Functions | |
ChangeNoDataFunctor () | |
TOutputPixel | operator() (const TInputPixel &in) const |
virtual | ~ChangeNoDataFunctor ()=default |
Public Attributes | |
std::vector< bool > | m_Flags |
bool | m_NaNIsNoData |
std::vector< double > | m_NewValues |
std::vector< double > | m_Values |
Functor used by ChangeNoDataValueFilter.
See ChangeNoDataValueFilter for complete documentation.
Definition at line 40 of file otbChangeNoDataValueFilter.h.
|
inline |
Definition at line 43 of file otbChangeNoDataValueFilter.h.
|
virtualdefault |
|
inline |
Definition at line 49 of file otbChangeNoDataValueFilter.h.
References otb::ChangeNoData(), otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_Flags, otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_NaNIsNoData, otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_NewValues, and otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_Values.
std::vector<bool> otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_Flags |
Definition at line 54 of file otbChangeNoDataValueFilter.h.
Referenced by otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::operator()().
bool otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_NaNIsNoData |
Definition at line 57 of file otbChangeNoDataValueFilter.h.
Referenced by otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::operator()().
std::vector<double> otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_NewValues |
Definition at line 56 of file otbChangeNoDataValueFilter.h.
Referenced by otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::operator()().
std::vector<double> otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::m_Values |
Definition at line 55 of file otbChangeNoDataValueFilter.h.
Referenced by otb::Functor::ChangeNoDataFunctor< TInputPixel, TOutputPixel >::operator()().