Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
copy_and_convert_pixels

copy_and_convert_pixels More...

Collaboration diagram for copy_and_convert_pixels:

Functions

template<typename V1 , typename V2 , typename CC >
void boost::gil::copy_and_convert_pixels (const V1 &src, const V2 &dst, CC cc)
 
template<typename View1 , typename View2 >
void boost::gil::copy_and_convert_pixels (const View1 &src, const View2 &dst)
 
template<typename Types1 , typename View2 , typename CC >
void boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst, CC cc)
 
template<typename Types1 , typename View2 >
void boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const View2 &dst)
 
template<typename View1 , typename Types2 , typename CC >
void boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst, CC cc)
 
template<typename View1 , typename Types2 >
void boost::gil::copy_and_convert_pixels (const View1 &src, const any_image_view< Types2 > &dst)
 
template<typename Types1 , typename Types2 , typename CC >
void boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst, CC cc)
 
template<typename Types1 , typename Types2 >
void boost::gil::copy_and_convert_pixels (const any_image_view< Types1 > &src, const any_image_view< Types2 > &dst)
 

Detailed Description

copy_and_convert_pixels

copies src view into dst view, color converting if necessary.

Versions taking static and runtime views are provided. Versions taking user-defined color convered are provided.

Function Documentation

template<typename Types1 , typename View2 , typename CC >
void boost::gil::copy_and_convert_pixels ( const any_image_view< Types1 > &  src,
const View2 &  dst,
CC  cc 
)
template<typename Types1 , typename View2 >
void boost::gil::copy_and_convert_pixels ( const any_image_view< Types1 > &  src,
const View2 &  dst 
)
template<typename View1 , typename Types2 , typename CC >
void boost::gil::copy_and_convert_pixels ( const View1 &  src,
const any_image_view< Types2 > &  dst,
CC  cc 
)
template<typename View1 , typename Types2 >
void boost::gil::copy_and_convert_pixels ( const View1 &  src,
const any_image_view< Types2 > &  dst 
)
template<typename Types1 , typename Types2 , typename CC >
void boost::gil::copy_and_convert_pixels ( const any_image_view< Types1 > &  src,
const any_image_view< Types2 > &  dst,
CC  cc 
)
template<typename Types1 , typename Types2 >
void boost::gil::copy_and_convert_pixels ( const any_image_view< Types1 > &  src,
const any_image_view< Types2 > &  dst 
)
template<typename V1 , typename V2 , typename CC >
void boost::gil::copy_and_convert_pixels ( const V1 &  src,
const V2 &  dst,
CC  cc 
)
inline
template<typename View1 , typename View2 >
void boost::gil::copy_and_convert_pixels ( const View1 &  src,
const View2 &  dst 
)
inline