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

Fuctor to normalize values specialization for RGBValue. More...

#include <support.h>

Public Member Functions

 NormalizeFunctor (vigra::RGBValue< ComponentType > oldMaxValue, vigra::RGBValue< ComponentType > newMaxValue)
 
vigra::RGBValue< ComponentType > operator() (vigra::RGBValue< ComponentType > const &v)
 

Protected Attributes

vigra::RGBValue< ComponentType > foo
 

Detailed Description

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

Fuctor to normalize values specialization for RGBValue.

Definition at line 123 of file support.h.

Constructor & Destructor Documentation

template<class ComponentType >
deghosting::NormalizeFunctor< vigra::RGBValue< ComponentType > >::NormalizeFunctor ( vigra::RGBValue< ComponentType >  oldMaxValue,
vigra::RGBValue< ComponentType >  newMaxValue 
)
inline

Definition at line 125 of file support.h.

Member Function Documentation

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

Definition at line 129 of file support.h.

Member Data Documentation

template<class ComponentType >
vigra::RGBValue<ComponentType> deghosting::NormalizeFunctor< vigra::RGBValue< ComponentType > >::foo
protected

Definition at line 133 of file support.h.


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