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< vigra::RGBValue< ComponentType > > Class Template Reference

Logarithm functor specialization for RGBValue. More...

#include <support.h>

Public Member Functions

 LogarithmFunctor (ComponentType off=0)
 
vigra::RGBValue< ComponentType > operator() (vigra::RGBValue< ComponentType > const &v) const
 

Protected Attributes

ComponentType offset
 

Detailed Description

template<class ComponentType>
class deghosting::LogarithmFunctor< vigra::RGBValue< ComponentType > >

Logarithm functor specialization for RGBValue.

Definition at line 51 of file support.h.

Constructor & Destructor Documentation

template<class ComponentType >
deghosting::LogarithmFunctor< vigra::RGBValue< ComponentType > >::LogarithmFunctor ( ComponentType  off = 0)
inlineexplicit

Definition at line 53 of file support.h.

Member Function Documentation

template<class ComponentType >
vigra::RGBValue<ComponentType> deghosting::LogarithmFunctor< vigra::RGBValue< ComponentType > >::operator() ( vigra::RGBValue< ComponentType > const &  v) const
inline

Member Data Documentation

template<class ComponentType >
ComponentType deghosting::LogarithmFunctor< vigra::RGBValue< ComponentType > >::offset
protected

Definition at line 64 of file support.h.


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