Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::element_recursion< N > Struct Template Reference

#include <color_base_algorithm.hpp>

Static Public Member Functions

template<typename P1 , typename P2 >
static bool static_equal (const P1 &p1, const P2 &p2)
 
template<typename P1 , typename P2 >
static void static_copy (const P1 &p1, P2 &p2)
 
template<typename P , typename T2 >
static void static_fill (P &p, T2 v)
 
template<typename Dst , typename Op >
static void static_generate (Dst &dst, Op op)
 
template<typename P1 , typename Op >
static Op static_for_each (P1 &p1, Op op)
 
template<typename P1 , typename Op >
static Op static_for_each (const P1 &p1, Op op)
 
template<typename P1 , typename P2 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, Op op)
 
template<typename P1 , typename P2 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, Op op)
 
template<typename P1 , typename P2 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, Op op)
 
template<typename P1 , typename P2 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, const P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, const P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, const P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, P3 &p3, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, const P3 &p3, Op op)
 
template<typename P1 , typename Dst , typename Op >
static Op static_transform (P1 &src, Dst &dst, Op op)
 
template<typename P1 , typename Dst , typename Op >
static Op static_transform (const P1 &src, Dst &dst, Op op)
 
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op static_transform (P1 &src1, P2 &src2, Dst &dst, Op op)
 
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op static_transform (P1 &src1, const P2 &src2, Dst &dst, Op op)
 
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op static_transform (const P1 &src1, P2 &src2, Dst &dst, Op op)
 
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op static_transform (const P1 &src1, const P2 &src2, Dst &dst, Op op)
 

Member Function Documentation

template<int N>
template<typename P1 , typename P2 >
static void boost::gil::detail::element_recursion< N >::static_copy ( const P1 &  p1,
P2 &  p2 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename P2 >
static bool boost::gil::detail::element_recursion< N >::static_equal ( const P1 &  p1,
const P2 &  p2 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P , typename T2 >
static void boost::gil::detail::element_recursion< N >::static_fill ( P &  p,
T2  v 
)
inlinestatic
template<int N>
template<typename P1 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
const P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
const P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
const P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
Op  op 
)
inlinestatic
template<int N>
template<typename Dst , typename Op >
static void boost::gil::detail::element_recursion< N >::static_generate ( Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( P1 &  src,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( const P1 &  src,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( P1 &  src1,
P2 &  src2,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( P1 &  src1,
const P2 &  src2,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( const P1 &  src1,
P2 &  src2,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().

template<int N>
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< N >::static_transform ( const P1 &  src1,
const P2 &  src2,
Dst &  dst,
Op  op 
)
inlinestatic

References N, and boost::gil::semantic_at_c().


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