OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Private Types | List of all members
otb::Functor::MeanFilterFunctor< TInput1, TOutput > Class Template Reference

#include <otbMeanFilterFunctor.h>

+ Inheritance diagram for otb::Functor::MeanFilterFunctor< TInput1, TOutput >:

Public Member Functions

 MeanFilterFunctor ()=default
 
TOutput operator() (const TInput1 &itA) const
 

Private Types

using PixelNumericType = typename itk::NumericTraits< TOutput >::ValueType
 

Detailed Description

template<class TInput1, class TOutput>
class otb::Functor::MeanFilterFunctor< TInput1, TOutput >

Definition at line 43 of file otbMeanFilterFunctor.h.

Member Typedef Documentation

◆ PixelNumericType

template<class TInput1 , class TOutput >
using otb::Functor::MeanFilterFunctor< TInput1, TOutput >::PixelNumericType = typename itk::NumericTraits<TOutput>::ValueType
private

Definition at line 45 of file otbMeanFilterFunctor.h.

Constructor & Destructor Documentation

◆ MeanFilterFunctor()

template<class TInput1 , class TOutput >
otb::Functor::MeanFilterFunctor< TInput1, TOutput >::MeanFilterFunctor ( )
default

Member Function Documentation

◆ operator()()

template<class TInput1 , class TOutput >
TOutput otb::Functor::MeanFilterFunctor< TInput1, TOutput >::operator() ( const TInput1 &  itA) const
inline

Definition at line 48 of file otbMeanFilterFunctor.h.


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