TuttleOFX  1
transform_pixels_progress.hpp File Reference
#include <boost/gil/gil_config.hpp>
#include <boost/gil/gil_concept.hpp>
#include <boost/gil/color_base_algorithm.hpp>
#include <boost/gil/image_view.hpp>
#include <boost/gil/image_view_factory.hpp>
#include <boost/gil/bit_aligned_pixel_iterator.hpp>
Include dependency graph for transform_pixels_progress.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  terry
namespace  terry::algorithm

Functions

template<typename View , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View &dst, F &fun, Progress &p)
 std::transform for image views
template<typename View , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View &dst, const F &fun, Progress &p)
template<typename View1 , typename View2 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src, const View2 &dst, F &fun, Progress &p)
 std::transform for image views
template<typename View1 , typename View2 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src, const View2 &dst, const F &fun, Progress &p)
template<typename View1 , typename View2 , typename View3 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src1, const View2 &src2, const View3 &dst, F &fun, Progress &p)
 transform_pixels with two sources
template<typename View1 , typename View2 , typename View3 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src1, const View2 &src2, const View3 &dst, const F &fun, Progress &p)
template<typename View1 , typename View2 , typename View3 , typename View4 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src1, const View2 &src2, const View3 &src3, const View4 &dst, F &fun, Progress &p)
 transform_pixels with two sources
template<typename View1 , typename View2 , typename View3 , typename View4 , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_progress (const View1 &src1, const View2 &src2, const View3 &src3, const View4 &dst, const F &fun, Progress &p)
template<typename View , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, F &fun, Progress &p)
 std::transform for image views
template<typename View , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, const F &fun, Progress &p)
 std::transform for image views
template<typename View , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View &src, const Rect< std::ssize_t > &srcRod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, F &fun, Progress &p)
 std::transform for image views
template<typename View , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View &src, const Rect< std::ssize_t > &srcRod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, const F &fun, Progress &p)
 std::transform for image views
template<typename View1 , typename View2 , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View1 &src1, const Rect< std::ssize_t > &src1Rod, const View2 &src2, const Rect< std::ssize_t > &src2Rod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, F &fun, Progress &p)
 std::transform for image views
template<typename View1 , typename View2 , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View1 &src1, const Rect< std::ssize_t > &src1Rod, const View2 &src2, const Rect< std::ssize_t > &src2Rod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, const F &fun, Progress &p)
 std::transform for image views
template<typename View1 , typename View2 , typename View3 , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View1 &src1, const Rect< std::ssize_t > &src1Rod, const View2 &src2, const Rect< std::ssize_t > &src2Rod, const View2 &src3, const Rect< std::ssize_t > &src3Rod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, F &fun, Progress &p)
 std::transform for image views
template<typename View1 , typename View2 , typename View3 , typename ViewDst , typename F , typename Progress >
GIL_FORCEINLINE F terry::algorithm::transform_pixels_locator_progress (const View1 &src1, const Rect< std::ssize_t > &src1Rod, const View2 &src2, const Rect< std::ssize_t > &src2Rod, const View2 &src3, const Rect< std::ssize_t > &src3Rod, const ViewDst &dst, const Rect< std::ssize_t > &dstRod, const Rect< std::ssize_t > &renderWin, const F &fun, Progress &p)
 std::transform for image views