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

Calculate ret = p * a + b. More...

#include <VignettingCorrection.h>

Public Types

typedef PT result_type
 

Public Member Functions

 LinearTransformFunctor (PT a, PT b)
 
PT operator() (PT p) const
 

Public Attributes

PT m_a
 
PT m_b
 

Detailed Description

template<class PT>
struct vigra_ext::LinearTransformFunctor< PT >

Calculate ret = p * a + b.

Definition at line 310 of file VignettingCorrection.h.

Member Typedef Documentation

template<class PT >
typedef PT vigra_ext::LinearTransformFunctor< PT >::result_type

Definition at line 312 of file VignettingCorrection.h.

Constructor & Destructor Documentation

template<class PT >
vigra_ext::LinearTransformFunctor< PT >::LinearTransformFunctor ( PT  a,
PT  b 
)
inline

Definition at line 316 of file VignettingCorrection.h.

Member Function Documentation

template<class PT >
PT vigra_ext::LinearTransformFunctor< PT >::operator() ( PT  p) const
inline

Member Data Documentation

template<class PT >
PT vigra_ext::LinearTransformFunctor< PT >::m_a
template<class PT >
PT vigra_ext::LinearTransformFunctor< PT >::m_b

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