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::LogarithmFunctor< PixelType > Class Template Reference

Logarithm functor. More...

#include <support.h>

Public Member Functions

 LogarithmFunctor (PixelType off=0)
 
PixelType operator() (PixelType const &v) const
 

Protected Attributes

PixelType offset
 

Detailed Description

template<class PixelType>
class deghosting::LogarithmFunctor< PixelType >

Logarithm functor.

Definition at line 36 of file support.h.

Constructor & Destructor Documentation

template<class PixelType >
deghosting::LogarithmFunctor< PixelType >::LogarithmFunctor ( PixelType  off = 0)
inlineexplicit

Definition at line 38 of file support.h.

Member Function Documentation

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

Member Data Documentation

template<class PixelType >
PixelType deghosting::LogarithmFunctor< PixelType >::offset
protected

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