OTB
9.0.0
Orfeo Toolbox
|
#include <otbFunctorImageFilter.h>
Public Member Functions | |
constexpr | NumberOfOutputBandsDecorator (F t, unsigned int nbComp) |
constexpr vcl_size_t | OutputSize (...) const |
Private Attributes | |
unsigned int | m_NumberOfOutputBands |
This struct allows forwarding the operator of template parameter, while adding number of output components service.
Its purpose is to enable the use of lambda or functor with Outputsize() method with FunctorImageFilter.
It is used internally in NewFunctorFilter version with numberOfOutputBands parameter.
Definition at line 455 of file otbFunctorImageFilter.h.
|
inlineconstexpr |
Definition at line 458 of file otbFunctorImageFilter.h.
|
inlineconstexpr |
Definition at line 462 of file otbFunctorImageFilter.h.
References otb::NumberOfOutputBandsDecorator< F >::m_NumberOfOutputBands.
|
private |
Definition at line 468 of file otbFunctorImageFilter.h.
Referenced by otb::NumberOfOutputBandsDecorator< F >::OutputSize().