OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::ImageTypeDeduction< T > Struct Template Reference

#include <otbFunctorImageFilter.h>

Public Types

using ImageType = otb::Image< T >
 

Detailed Description

template<class T>
struct otb::ImageTypeDeduction< T >

Helper struct to derive ImageType from template parameter.

T -> ImageType = otb::Image<T> itk::VariableLengthVector<T> -> ImageType = otb::VectorImage<T> const T & -> ImageType = ImageTypeDeduction<T>::ImageType

Definition at line 143 of file otbFunctorImageFilter.h.

Member Typedef Documentation

◆ ImageType

template<class T >
using otb::ImageTypeDeduction< T >::ImageType = otb::Image<T>

Definition at line 145 of file otbFunctorImageFilter.h.


The documentation for this struct was generated from the following file: