Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
vigra_ext::PassThroughFunctor< T > Struct Template Reference

does nothing More...

#include <utils.h>

Public Types

typedefresult_type
 

Public Member Functions

operator() (const T &a) const
 
template<class T2 >
T2 operator() (const T2 &a, const hugin_utils::FDiff2D &p) const
 
template<class T2 , class A >
A hdrWeight (T2 v, A a) const
 

Detailed Description

template<class T>
struct vigra_ext::PassThroughFunctor< T >

does nothing

Definition at line 521 of file utils.h.

Member Typedef Documentation

◆ result_type

template<class T >
typedef T vigra_ext::PassThroughFunctor< T >::result_type

Definition at line 523 of file utils.h.

Member Function Documentation

◆ hdrWeight()

template<class T >
template<class T2 , class A >
A vigra_ext::PassThroughFunctor< T >::hdrWeight ( T2  v,
A  a 
) const
inline

Definition at line 538 of file utils.h.

◆ operator()() [1/2]

template<class T >
T vigra_ext::PassThroughFunctor< T >::operator() ( const T &  a) const
inline

Definition at line 525 of file utils.h.

◆ operator()() [2/2]

template<class T >
template<class T2 >
T2 vigra_ext::PassThroughFunctor< T >::operator() ( const T2 a,
const hugin_utils::FDiff2D p 
) const
inline

Definition at line 531 of file utils.h.


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