Equivalent to std::transform. More...
Functions | |
template<typename Src , typename Dst , typename Op > | |
Op | boost::gil::static_transform (Src &src, Dst &dst, Op op) |
template<typename Src , typename Dst , typename Op > | |
Op | boost::gil::static_transform (const Src &src, Dst &dst, Op op) |
template<typename P2 , typename P3 , typename Dst , typename Op > | |
Op | boost::gil::static_transform (P2 &p2, P3 &p3, Dst &dst, Op op) |
template<typename P2 , typename P3 , typename Dst , typename Op > | |
Op | boost::gil::static_transform (P2 &p2, const P3 &p3, Dst &dst, Op op) |
template<typename P2 , typename P3 , typename Dst , typename Op > | |
Op | boost::gil::static_transform (const P2 &p2, P3 &p3, Dst &dst, Op op) |
template<typename P2 , typename P3 , typename Dst , typename Op > | |
Op | boost::gil::static_transform (const P2 &p2, const P3 &p3, Dst &dst, Op op) |
Equivalent to std::transform.
Pairs the elements semantically
Example: Write a generic function that adds two pixels into a homogeneous result pixel.
|
inline |
|
inline |
#include <boost_1_57_0/boost/gil/color_base_algorithm.hpp>
References boost::gil::static_transform().
|
inline |
#include <boost_1_57_0/boost/gil/color_base_algorithm.hpp>
References boost::gil::static_transform().
|
inline |
#include <boost_1_57_0/boost/gil/color_base_algorithm.hpp>
References boost::gil::static_transform().
|
inline |
#include <boost_1_57_0/boost/gil/color_base_algorithm.hpp>
References boost::gil::static_transform().
|
inline |
#include <boost_1_57_0/boost/gil/color_base_algorithm.hpp>
References boost::gil::static_transform().