OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces
otbVariadicInputsImageFilter.h File Reference
#include "itkImageSource.h"
+ Include dependency graph for otbVariadicInputsImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::VariadicInputsImageFilter< TOuptut, TInputs >
 

Namespaces

 otb
 

Macros

#define DefineLegacySetInputMacro(n)
 

Macro Definition Documentation

◆ DefineLegacySetInputMacro

#define DefineLegacySetInputMacro (   n)
Value:
template <typename Tuple = InputTypesTupleType, typename Check = typename std::enable_if<n <= std::tuple_size<Tuple>::value>::type> \
void SetInput##n(const typename std::tuple_element<n - 1, Tuple>::type* img) \
{ \
this->template SetInput<n - 1>(img); \
}

Definition at line 92 of file otbVariadicInputsImageFilter.h.