Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ result_type

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

Definition at line 312 of file VignettingCorrection.h.

Constructor & Destructor Documentation

◆ LinearTransformFunctor()

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

Definition at line 316 of file VignettingCorrection.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ m_a

◆ m_b


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