Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
deghosting::NormalizeFunctor< PixelType > Class Template Reference

Fuctor to normalize values. More...

#include <support.h>

Public Member Functions

 NormalizeFunctor (PixelType f)
 
 NormalizeFunctor (PixelType oldMaxValue, PixelType newMaxValue)
 
PixelType operator() (PixelType const &v) const
 

Protected Attributes

PixelType factor
 

Detailed Description

template<class PixelType>
class deghosting::NormalizeFunctor< PixelType >

Fuctor to normalize values.

Definition at line 107 of file support.h.

Constructor & Destructor Documentation

template<class PixelType >
deghosting::NormalizeFunctor< PixelType >::NormalizeFunctor ( PixelType  f)
inlineexplicit

Definition at line 109 of file support.h.

template<class PixelType >
deghosting::NormalizeFunctor< PixelType >::NormalizeFunctor ( PixelType  oldMaxValue,
PixelType  newMaxValue 
)
inline

Definition at line 110 of file support.h.

Member Function Documentation

template<class PixelType >
PixelType deghosting::NormalizeFunctor< PixelType >::operator() ( PixelType const &  v) const
inline

Definition at line 112 of file support.h.

References deghosting::NormalizeFunctor< PixelType >::factor.

Member Data Documentation

template<class PixelType >
PixelType deghosting::NormalizeFunctor< PixelType >::factor
protected

Definition at line 116 of file support.h.

Referenced by deghosting::NormalizeFunctor< PixelType >::operator()().


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