OTB  9.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::Log10Thresholded< TInput, TOutput > Class Template Reference

#include <otbLog10ThresholdedImageFilter.h>

Public Member Functions

 Log10Thresholded ()
 
bool operator!= (const Log10Thresholded &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Log10Thresholded &other) const
 
 ~Log10Thresholded ()
 
double m_ThresholdValue
 
void SetThresholdValue (const double value)
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::Log10Thresholded< TInput, TOutput >

Definition at line 37 of file otbLog10ThresholdedImageFilter.h.

Constructor & Destructor Documentation

◆ Log10Thresholded()

template<class TInput , class TOutput >
otb::Functor::Log10Thresholded< TInput, TOutput >::Log10Thresholded ( )
inline

◆ ~Log10Thresholded()

template<class TInput , class TOutput >
otb::Functor::Log10Thresholded< TInput, TOutput >::~Log10Thresholded ( )
inline

Definition at line 44 of file otbLog10ThresholdedImageFilter.h.

Member Function Documentation

◆ operator!=()

template<class TInput , class TOutput >
bool otb::Functor::Log10Thresholded< TInput, TOutput >::operator!= ( const Log10Thresholded< TInput, TOutput > &  ) const
inline

Definition at line 48 of file otbLog10ThresholdedImageFilter.h.

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::Log10Thresholded< TInput, TOutput >::operator() ( const TInput &  A) const
inline

◆ operator==()

template<class TInput , class TOutput >
bool otb::Functor::Log10Thresholded< TInput, TOutput >::operator== ( const Log10Thresholded< TInput, TOutput > &  other) const
inline

Definition at line 52 of file otbLog10ThresholdedImageFilter.h.

◆ SetThresholdValue()

template<class TInput , class TOutput >
void otb::Functor::Log10Thresholded< TInput, TOutput >::SetThresholdValue ( const double  value)
inline

Set ThresholdValue method

Definition at line 69 of file otbLog10ThresholdedImageFilter.h.

References otb::Functor::Log10Thresholded< TInput, TOutput >::m_ThresholdValue.

Member Data Documentation

◆ m_ThresholdValue

template<class TInput , class TOutput >
double otb::Functor::Log10Thresholded< TInput, TOutput >::m_ThresholdValue
private

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