Functions

mln::convert::internal Namespace Reference

Functions

template<typename V >
void from_double_to_value_dispatch (const double &from, Value< V > &to)
template<typename V >
void from_float_to_value_dispatch (const float &from, Value< V > &to)
template<typename V >
void from_int_to_value_dispatch (const int &from, Value< V > &to)
template<typename I , typename S >
void from_to_dispatch (const Image< I > &from, Site_Set< S > &to)
template<typename F , typename T >
void from_to_dispatch (metal::true_, const Object< F > &from, Object< T > &to)
template<typename F , typename T >
void from_to_dispatch (metal::true_, const F &from, metal::false_, T &to)
template<typename F , typename T >
void from_to_dispatch (metal::false_, const F &from, metal::true_, T &to)
template<typename S , typename I >
void from_to_dispatch (const Site_Set< S > &from, Image< I > &to)
template<typename F , typename T >
void from_to_dispatch (metal::true_, const F &from, metal::true_, T &to)
template<typename F , typename T >
void from_to_dispatch (metal::false_, const Object< F > &from, Object< T > &to)
template<typename F , typename T >
void from_to_dispatch (const Object< F > &from, Object< T > &to)
template<typename F , typename T >
void from_to_dispatch (const Value< F > &from, Value< T > &to)
template<typename F , typename T >
void from_to_dispatch (metal::false_, const F &from, metal::false_, T &to)
template<typename V >
void from_unsigned_to_value_dispatch (const unsigned &from, Value< V > &to)
template<typename I >
QImage to_qimage_dispatch (const Image< I > &ima)
template<typename I >
QImage to_qimage_dispatch (const Image< I > &ima, const value::rgb8 &)
template<typename I >
QImage to_qimage_dispatch (const Image< I > &ima, const value::qt::rgb32 &)
template<typename I , typename V >
QImage to_qimage_dispatch (const Image< I > &ima, V &)
template<typename I , typename S >
QImage to_qimage_dispatch (const Image< I > &ima, const value::Scalar< S > &)
template<typename I >
QImage to_qimage_nocopy_dispatch (const Image< I > &ima)
template<typename I >
QImage to_qimage_nocopy_dispatch (const Image< I > &ima, const value::qt::rgb32 &)
template<typename I , typename V >
QImage to_qimage_nocopy_dispatch (const Image< I > &, V &)

Function Documentation

template<typename V >
void mln::convert::internal::from_double_to_value_dispatch ( const double &  from,
Value< V > &  to 
) [inline]
template<typename V >
void mln::convert::internal::from_float_to_value_dispatch ( const float &  from,
Value< V > &  to 
) [inline]
template<typename V >
void mln::convert::internal::from_int_to_value_dispatch ( const int &  from,
Value< V > &  to 
) [inline]
template<typename I , typename S >
void mln::convert::internal::from_to_dispatch ( const Image< I > &  from,
Site_Set< S > &  to 
) [inline]
template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::true_  ,
const Object< F > &  from,
Object< T > &  to 
) [inline]

Definition at line 117 of file from_to.hh.

References mln::exact().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::true_  ,
const F &  from,
metal::false_  ,
T &  to 
) [inline]

Definition at line 169 of file from_to.hh.

References mln::exact(), and mln::convert::from_to_().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::false_  ,
const F &  from,
metal::true_  ,
T &  to 
) [inline]

Definition at line 180 of file from_to.hh.

References mln::exact(), and mln::convert::from_to_().

template<typename S , typename I >
void mln::convert::internal::from_to_dispatch ( const Site_Set< S > &  from,
Image< I > &  to 
) [inline]

Definition at line 91 of file from_to.hh.

References mln::exact(), and mln::convert::impl::from_site_set_to_image().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::true_  ,
const F &  from,
metal::true_  ,
T &  to 
) [inline]

Definition at line 190 of file from_to.hh.

References mln::exact(), and from_to_dispatch().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::false_  ,
const Object< F > &  from,
Object< T > &  to 
) [inline]

Definition at line 128 of file from_to.hh.

References mln::exact(), and mln::convert::from_to_().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( const Object< F > &  from,
Object< T > &  to 
) [inline]

Definition at line 142 of file from_to.hh.

References mln::exact(), and from_to_dispatch().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( const Value< F > &  from,
Value< T > &  to 
) [inline]

Definition at line 103 of file from_to.hh.

References mln::convert::impl::from_value_to_value().

template<typename F , typename T >
void mln::convert::internal::from_to_dispatch ( metal::false_  ,
const F &  from,
metal::false_  ,
T &  to 
) [inline]

Definition at line 158 of file from_to.hh.

References mln::convert::from_to_().

template<typename V >
void mln::convert::internal::from_unsigned_to_value_dispatch ( const unsigned &  from,
Value< V > &  to 
) [inline]
template<typename I >
QImage mln::convert::internal::to_qimage_dispatch ( const Image< I > &  ima  )  [inline]

Definition at line 265 of file to_qimage.hh.

References to_qimage_dispatch().

template<typename I >
QImage mln::convert::internal::to_qimage_dispatch ( const Image< I > &  ima,
const value::rgb8 &   
) [inline]

Definition at line 240 of file to_qimage.hh.

References mln::convert::impl::to_qimage_rgb8().

template<typename I >
QImage mln::convert::internal::to_qimage_dispatch ( const Image< I > &  ima,
const value::qt::rgb32 &   
) [inline]

Definition at line 247 of file to_qimage.hh.

References mln::convert::impl::to_qimage_qt_rgb32().

template<typename I , typename V >
QImage mln::convert::internal::to_qimage_dispatch ( const Image< I > &  ima,
V &   
) [inline]

Definition at line 255 of file to_qimage.hh.

template<typename I , typename S >
QImage mln::convert::internal::to_qimage_dispatch ( const Image< I > &  ima,
const value::Scalar< S > &   
) [inline]

Definition at line 233 of file to_qimage.hh.

References mln::convert::impl::to_qimage_scalar().

Referenced by mln::convert::to_qimage(), and to_qimage_dispatch().

template<typename I >
QImage mln::convert::internal::to_qimage_nocopy_dispatch ( const Image< I > &  ima  )  [inline]

Definition at line 148 of file to_qimage_nocopy.hh.

References to_qimage_nocopy_dispatch().

template<typename I >
QImage mln::convert::internal::to_qimage_nocopy_dispatch ( const Image< I > &  ima,
const value::qt::rgb32 &   
) [inline]
template<typename I , typename V >
QImage mln::convert::internal::to_qimage_nocopy_dispatch ( const Image< I > &  ,
V &   
) [inline]

Definition at line 138 of file to_qimage_nocopy.hh.

References to_qimage_nocopy_dispatch().