TuttleOFX  1
foo< DST_MAX > Struct Template Reference

Public Member Functions

 foo (const DST_MAX &dst_max)
template<typename DST_CHANNEL , typename SRC_CHANNEL >
void operator() (DST_CHANNEL &dst, SRC_CHANNEL &src, SRC_CHANNEL &min, SRC_CHANNEL &diff) const

Data Fields

DST_MAX _dst_max

Detailed Description

template<typename DST_MAX>
struct foo< DST_MAX >

Definition at line 262 of file test.cpp.


Constructor & Destructor Documentation

template<typename DST_MAX >
foo< DST_MAX >::foo ( const DST_MAX &  dst_max) [inline]

Definition at line 264 of file test.cpp.


Member Function Documentation

template<typename DST_MAX >
template<typename DST_CHANNEL , typename SRC_CHANNEL >
void foo< DST_MAX >::operator() ( DST_CHANNEL &  dst,
SRC_CHANNEL &  src,
SRC_CHANNEL &  min,
SRC_CHANNEL &  diff 
) const [inline]

Definition at line 269 of file test.cpp.


Field Documentation

template<typename DST_MAX >
DST_MAX foo< DST_MAX >::_dst_max

Definition at line 289 of file test.cpp.


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