![]() |
Orfeo Toolbox
3.16
|
todo More...
#include <otbBlendingImageFilter.h>
Inheritance diagram for otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel >:
Collaboration diagram for otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel >:Public Types | |
| typedef BlendingFunctionType::Pointer | BlendingFunctionPointerType |
| typedef otb::Function::BlendingFunction < TInputPixel1, TInputPixel2, TOutputPixel > | BlendingFunctionType |
| typedef otb::Function::UniformAlphaBlendingFunction < TInputPixel1, TInputPixel2, TOutputPixel > | DefaultBlendingFunctionType |
Public Member Functions | |
| BlendingFunctor () | |
| virtual | ~BlendingFunctor () |
| BlendingFunctionType * | GetFunction (void) |
| TOutputPixel | operator() (const TInputPixel1 &input1, const TInputPixel2 &input2) |
| void | SetFunction (BlendingFunctionType *function) |
Private Attributes | |
| BlendingFunctionPointerType | m_Function |
todo
Definition at line 39 of file otbBlendingImageFilter.h.
| typedef BlendingFunctionType::Pointer otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel >::BlendingFunctionPointerType |
Blending function pointer typedef
Definition at line 46 of file otbBlendingImageFilter.h.
| typedef otb::Function::BlendingFunction<TInputPixel1, TInputPixel2, TOutputPixel> otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel >::BlendingFunctionType |
Blending function typedef
Definition at line 44 of file otbBlendingImageFilter.h.
| typedef otb::Function::UniformAlphaBlendingFunction<TInputPixel1, TInputPixel2, TOutputPixel> otb::Functor::BlendingFunctor< TInputPixel1, TInputPixel2, TOutputPixel >::DefaultBlendingFunctionType |
Default rendering function typedef
Definition at line 49 of file otbBlendingImageFilter.h.
|
inline |
Constructor
Definition at line 58 of file otbBlendingImageFilter.h.
|
inlinevirtual |
Destructor
Definition at line 65 of file otbBlendingImageFilter.h.
|
inline |
Get the rendering function
Definition at line 78 of file otbBlendingImageFilter.h.
|
inline |
Scalar pixel operator
Definition at line 52 of file otbBlendingImageFilter.h.
|
inline |
Set the rendering function
| function | the Blending function. |
Definition at line 70 of file otbBlendingImageFilter.h.
|
private |
The rendering function
Definition at line 85 of file otbBlendingImageFilter.h.
Referenced by otb::Functor::BlendingFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::BlendingFunctor(), otb::Functor::BlendingFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::GetFunction(), otb::Functor::BlendingFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::operator()(), and otb::Functor::BlendingFunctor< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType >::SetFunction().