$extrastylesheet
Functions | |
template<typename I , typename S > | |
void | from_image_to_site_set (const Image< I > &from, Site_Set< S > &to) |
template<typename S , typename I > | |
void | from_site_set_to_image (const Site_Set< S > &from, Image< I > &to) |
template<typename V , typename W > | |
void | from_value_to_value (const Value< V > &from, Value< W > &to) |
template<typename V > | |
void | from_value_to_value (const Value< V > &from, Value< V > &to) |
template<typename I > | |
QImage | to_qimage_nocopy_qt_rgb32 (const Image< I > &ima_) |
void mln::convert::impl::from_image_to_site_set | ( | const Image< I > & | from, |
Site_Set< S > & | to | ||
) |
Conversion of an image from
towards a site set to
.
void mln::convert::impl::from_site_set_to_image | ( | const Site_Set< S > & | from, |
Image< I > & | to | ||
) |
Conversion of an image from
towards a site set to
.
void mln::convert::impl::from_value_to_value | ( | const Value< V > & | from, |
Value< W > & | to | ||
) |
Conversion of a value from
towards a value to
.
void mln::convert::impl::from_value_to_value | ( | const Value< V > & | from, |
Value< V > & | to | ||
) |
Specialization.
|
inline |
Definition at line 62 of file to_qimage_nocopy.hh.