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

#include <otbMultiplyByScalarImageFilter.h>

Public Member Functions

double GetCoef (void) const
 
 MultiplyByScalar ()
 
TOutput operator() (const TInput &value)
 
void SetCoef (double Coef)
 
virtual ~MultiplyByScalar ()
 

Private Attributes

double m_Coef
 

Detailed Description

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

Definition at line 39 of file otbMultiplyByScalarImageFilter.h.

Constructor & Destructor Documentation

◆ MultiplyByScalar()

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

◆ ~MultiplyByScalar()

template<class TInput , class TOutput >
virtual otb::Functor::MultiplyByScalar< TInput, TOutput >::~MultiplyByScalar ( )
inlinevirtual

Definition at line 46 of file otbMultiplyByScalarImageFilter.h.

Member Function Documentation

◆ GetCoef()

template<class TInput , class TOutput >
double otb::Functor::MultiplyByScalar< TInput, TOutput >::GetCoef ( void  ) const
inline

◆ operator()()

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

◆ SetCoef()

template<class TInput , class TOutput >
void otb::Functor::MultiplyByScalar< TInput, TOutput >::SetCoef ( double  Coef)
inline

Member Data Documentation

◆ m_Coef

template<class TInput , class TOutput >
double otb::Functor::MultiplyByScalar< TInput, TOutput >::m_Coef
private

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