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

#include <otbFunctorImageFilter.h>

Public Types

using PixelType = T
 

Detailed Description

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

Helper struct to derive PixelType from template parameter.

T -> PixelType = T const ConstNeighborhoodIterator<Image::T>& -> PixelType = T const ConstNeighborhoodIterator<VectorImage::T>& -> PixelType = itk::VariableLengthVector<T>

Definition at line 112 of file otbFunctorImageFilter.h.

Member Typedef Documentation

◆ PixelType

template<class T >
using otb::PixelTypeDeduction< T >::PixelType = T

Definition at line 115 of file otbFunctorImageFilter.h.


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