OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Protected Attributes | List of all members
otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel > Class Template Referenceabstract

#include <otbAlphaBlendingFunctor.h>

+ Inheritance diagram for otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >:

Public Types

typedef TInputPixel1 InputPixel1Type
 
typedef TInputPixel2 InputPixel2Type
 
typedef TOutputPixel OutputPixelType
 

Public Member Functions

 AlphaBlendingFunctorBase ()
 
virtual double GetAlpha () const
 
virtual OutputPixelType operator() (InputPixel1Type input1, InputPixel2Type input2) const =0
 
virtual void SetAlpha (double a)
 
 ~AlphaBlendingFunctorBase ()
 

Protected Attributes

double m_Alpha
 

Detailed Description

template<class TInputPixel1, class TInputPixel2, class TOutputPixel>
class otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >

Definition at line 46 of file otbAlphaBlendingFunctor.h.

Member Typedef Documentation

◆ InputPixel1Type

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
typedef TInputPixel1 otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::InputPixel1Type

Definition at line 56 of file otbAlphaBlendingFunctor.h.

◆ InputPixel2Type

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
typedef TInputPixel2 otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::InputPixel2Type

Definition at line 57 of file otbAlphaBlendingFunctor.h.

◆ OutputPixelType

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
typedef TOutputPixel otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::OutputPixelType

Definition at line 58 of file otbAlphaBlendingFunctor.h.

Constructor & Destructor Documentation

◆ AlphaBlendingFunctorBase()

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::AlphaBlendingFunctorBase ( )
inline

Definition at line 49 of file otbAlphaBlendingFunctor.h.

◆ ~AlphaBlendingFunctorBase()

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::~AlphaBlendingFunctorBase ( )
inline

Definition at line 52 of file otbAlphaBlendingFunctor.h.

Member Function Documentation

◆ GetAlpha()

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
virtual double otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::GetAlpha ( ) const
inlinevirtual

Definition at line 66 of file otbAlphaBlendingFunctor.h.

◆ operator()()

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
virtual OutputPixelType otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::operator() ( InputPixel1Type  input1,
InputPixel2Type  input2 
) const
inlinepure virtual

◆ SetAlpha()

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
virtual void otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::SetAlpha ( double  a)
inlinevirtual

Definition at line 60 of file otbAlphaBlendingFunctor.h.

Member Data Documentation

◆ m_Alpha

template<class TInputPixel1 , class TInputPixel2 , class TOutputPixel >
double otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::m_Alpha
protected

Definition at line 74 of file otbAlphaBlendingFunctor.h.


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