OTB
9.0.0
Orfeo Toolbox
|
#include <otbAlphaBlendingFunctor.h>
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 |
Definition at line 46 of file otbAlphaBlendingFunctor.h.
typedef TInputPixel1 otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::InputPixel1Type |
Definition at line 56 of file otbAlphaBlendingFunctor.h.
typedef TInputPixel2 otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::InputPixel2Type |
Definition at line 57 of file otbAlphaBlendingFunctor.h.
typedef TOutputPixel otb::Functor::AlphaBlendingFunctorBase< TInputPixel1, TInputPixel2, TOutputPixel >::OutputPixelType |
Definition at line 58 of file otbAlphaBlendingFunctor.h.
|
inline |
Definition at line 49 of file otbAlphaBlendingFunctor.h.
|
inline |
Definition at line 52 of file otbAlphaBlendingFunctor.h.
|
inlinevirtual |
Definition at line 66 of file otbAlphaBlendingFunctor.h.
|
inlinepure virtual |
|
inlinevirtual |
Definition at line 60 of file otbAlphaBlendingFunctor.h.
|
protected |
Definition at line 74 of file otbAlphaBlendingFunctor.h.