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

does nothing More...

#include <utils.h>

Public Types

typedef T result_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

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

Definition at line 523 of file utils.h.

Member Function Documentation

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.

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

Definition at line 525 of file utils.h.

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: