#include <otbFunctorImageFilter.h>
template<typename T, typename TNameMap>
struct otb::FunctorFilterSuperclassHelper< T, TNameMap >
Struct allowing to derive the superclass prototype for the FunctorImageFilter class.
Provides the following:
- OutputImageType : type of the output image
- FilterType : correct instantiation of VariadicInputsImageFilter from
- the operator() prototype
- InputHasNeighborhood a tuple of N false_type or true_type to denote
- if Ith arg of operator() expects a neighborhood.
Definition at line 189 of file otbFunctorImageFilter.h.
The documentation for this struct was generated from the following file: