Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::ExposureResponseFunctor< OP > Struct Template Reference

just apply exposure and response to linear data More...

#include <lut.h>

Public Member Functions

 ExposureResponseFunctor (double exposure, OP &operation)
 
template<class VT >
vigra::NumericTraits< VT >
::RealPromote 
operator() (VT v)
 

Public Attributes

OP op
 
double e
 

Detailed Description

template<class OP>
struct vigra_ext::ExposureResponseFunctor< OP >

just apply exposure and response to linear data

Definition at line 376 of file lut.h.

Constructor & Destructor Documentation

template<class OP >
vigra_ext::ExposureResponseFunctor< OP >::ExposureResponseFunctor ( double  exposure,
OP &  operation 
)
inline

Member Function Documentation

template<class OP >
template<class VT >
vigra::NumericTraits<VT>::RealPromote vigra_ext::ExposureResponseFunctor< OP >::operator() ( VT  v)
inline

Member Data Documentation

template<class OP >
double vigra_ext::ExposureResponseFunctor< OP >::e
template<class OP >
OP vigra_ext::ExposureResponseFunctor< OP >::op

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