Functions

mln::arith::internal Namespace Reference

Functions

template<typename I , typename O >
void revert_dispatch (trait::image::speed::any, const I &input, O &output)
template<typename I , typename O >
void revert_dispatch (const Image< I > &input, Image< O > &output)
template<typename I , typename O >
void revert_dispatch (trait::image::speed::fastest, const I &input, O &output)

Function Documentation

template<typename I , typename O >
void mln::arith::internal::revert_dispatch ( trait::image::speed::any  ,
const I &  input,
O &  output 
) [inline]

Definition at line 126 of file revert.hh.

References mln::arith::revert().

Referenced by mln::arith::revert(), revert_dispatch(), and mln::arith::revert_inplace().

template<typename I , typename O >
void mln::arith::internal::revert_dispatch ( const Image< I > &  input,
Image< O > &  output 
) [inline]

Definition at line 142 of file revert.hh.

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

template<typename I , typename O >
void mln::arith::internal::revert_dispatch ( trait::image::speed::fastest  ,
const I &  input,
O &  output 
) [inline]

Definition at line 134 of file revert.hh.