OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::MeanFunctor< TInput, TOutputValue > Class Template Reference

#include <otbMeanFunctor.h>

Public Types

typedef MeanFunctor< TInput, TOutputValue > MeanFunctorType
 

Public Member Functions

 MeanFunctor ()
 
TOutputValue operator() (const TInput &inPix)
 
 ~MeanFunctor ()
 

Detailed Description

template<class TInput, class TOutputValue>
class otb::Functor::MeanFunctor< TInput, TOutputValue >

This functor generate the mean value of a component pixels.

Definition at line 34 of file otbMeanFunctor.h.

Member Typedef Documentation

◆ MeanFunctorType

template<class TInput , class TOutputValue >
typedef MeanFunctor<TInput, TOutputValue> otb::Functor::MeanFunctor< TInput, TOutputValue >::MeanFunctorType

Definition at line 37 of file otbMeanFunctor.h.

Constructor & Destructor Documentation

◆ MeanFunctor()

template<class TInput , class TOutputValue >
otb::Functor::MeanFunctor< TInput, TOutputValue >::MeanFunctor ( )
inline

Definition at line 39 of file otbMeanFunctor.h.

◆ ~MeanFunctor()

template<class TInput , class TOutputValue >
otb::Functor::MeanFunctor< TInput, TOutputValue >::~MeanFunctor ( )
inline

Definition at line 43 of file otbMeanFunctor.h.

Member Function Documentation

◆ operator()()

template<class TInput , class TOutputValue >
TOutputValue otb::Functor::MeanFunctor< TInput, TOutputValue >::operator() ( const TInput &  inPix)
inline

Definition at line 46 of file otbMeanFunctor.h.


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