TuttleOFX  1
do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX > Struct Template Reference

Public Member Functions

 do_it (const DST_VIEW &dst_view, const DST_MAX &dst_max, const SRC_PIXEL &min, const SRC_PIXEL &diff)
void operator() (SRC_PIXEL &src)

Data Fields

DST_VIEW::iterator _dst_it
foo< DST_MAX > _op
DST_VIEW _dst_view
SRC_PIXEL _min
SRC_PIXEL _diff

Detailed Description

template<typename SRC_VIEW, typename SRC_PIXEL, typename DST_VIEW, typename DST_MAX>
struct do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >

Definition at line 300 of file test.cpp.


Constructor & Destructor Documentation

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::do_it ( const DST_VIEW &  dst_view,
const DST_MAX &  dst_max,
const SRC_PIXEL &  min,
const SRC_PIXEL &  diff 
) [inline]

Definition at line 302 of file test.cpp.


Member Function Documentation

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
void do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::operator() ( SRC_PIXEL &  src) [inline]

Definition at line 314 of file test.cpp.

References terry::algorithm::static_for_each().

Here is the call graph for this function:


Field Documentation

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
SRC_PIXEL do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::_diff

Definition at line 331 of file test.cpp.

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
DST_VIEW::iterator do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::_dst_it

Definition at line 324 of file test.cpp.

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
DST_VIEW do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::_dst_view

Definition at line 328 of file test.cpp.

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
SRC_PIXEL do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::_min

Definition at line 330 of file test.cpp.

template<typename SRC_VIEW , typename SRC_PIXEL , typename DST_VIEW , typename DST_MAX >
foo<DST_MAX> do_it< SRC_VIEW, SRC_PIXEL, DST_VIEW, DST_MAX >::_op

Definition at line 326 of file test.cpp.


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