Functions

mln::convert::over_load Namespace Reference

Functions

template<typename F , typename T >
void from_to_ (const Object< F > &, Object< T > &)
template<unsigned R, unsigned C>
void from_to_ (const bool(&values)[R][C], window2d &win)
template<unsigned S>
void from_to_ (const bool(&values)[S], window2d &win)
template<unsigned M>
void from_to_ (const bool(&values)[M], window1d &win)
template<unsigned R, unsigned C>
void from_to_ (bool const (&values)[R][C], neighb2d &nbh)
template<unsigned S>
void from_to_ (const bool(&values)[S], neighb2d &nbh)
template<typename V >
void from_to_ (const unsigned &from, Value< V > &to)
template<typename V >
void from_to_ (const int &from, Value< V > &to)
template<typename T , typename U , typename V , typename W >
void from_to_ (const util::couple< T, U > &from, util::couple< V, W > &to)
template<typename V , typename T >
void from_to_ (const util::array< V > &from, image1d< T > &to)
template<typename V , typename T >
void from_to_ (const histo::array< V > &from, image1d< T > &to)
template<typename P , typename C_ , typename S >
void from_to_ (const std::set< P, C_ > &from, Site_Set< S > &to)
template<typename S , typename P , typename C_ >
void from_to_ (const Site_Set< S > &from, std::set< P, C_ > &to)
template<typename S , typename I >
void from_to_ (const Site_Set< S > &from, Image< I > &to)
template<typename A >
void from_to_ (const Accumulator< A > &from, typename A::result &to)
template<typename T1 , typename T2 >
void from_to_ (const util::array< T1 > &from, util::array< T2 > &to)
template<typename T , typename U >
void from_to_ (const std::vector< T > &from, fun::i2v::array< U > &to)
template<typename T >
void from_to_ (const std::vector< T > &from, fun::i2v::array< T > &to)
template<typename T , typename U >
void from_to_ (const util::array< T > &from, fun::i2v::array< U > &to)
template<typename T >
void from_to_ (const util::array< T > &from, fun::i2v::array< T > &to)
template<typename D , typename W , typename I >
void from_to_ (const w_window< D, W > &from, Image< I > &to)
template<typename W , typename I >
void from_to_ (const Window< W > &from, Image< I > &to)
template<typename W >
void from_to_ (const W &from, mln::neighb< W > &to)
template<typename W >
void from_to_ (const mln::neighb< W > &from, W &to)
template<typename I , typename D , typename W >
void from_to_ (const Image< I > &from, w_window< D, W > &to)
template<typename I , typename S >
void from_to_ (const Image< I > &from, Site_Set< S > &to)
template<typename P >
void from_to_ (const Gpoint< P > &from, typename P::delta &to)
template<typename P , unsigned n, typename T >
void from_to_ (const Gpoint< P > &from, algebra::vec< n, T > &to)
template<typename P , typename T >
void from_to_ (const Proxy< P > &from, T &to)
template<typename T >
void from_to_ (const int &from, Value< T > &to)
void from_to_ (const float &from, int &to)
void from_to_ (const float &from, unsigned &to)
template<typename V >
void from_to_ (const float &from, Value< V > &to)
void from_to_ (const double &from, int &to)
void from_to_ (const double &from, unsigned &to)
template<typename V >
void from_to_ (const double &from, Value< V > &to)
template<typename F , typename T >
void from_to_ (const Value< F > &from, Value< T > &to)
template<typename D >
void from_to_ (const Gdpoint< D > &from, typename D::site &to)
template<unsigned S>
void from_to_ (const bool(&values)[S], neighb< window< dpoint< grid::cube, def::coord > > > &nbh)
template<unsigned R, unsigned C>
void from_to_ (bool const (&values)[R][C], neighb< window< dpoint< grid::square, def::coord > > > &nbh)
template<unsigned S>
void from_to_ (const bool(&values)[S], neighb< window< dpoint< grid::square, def::coord > > > &nbh)
template<unsigned S>
void from_to_ (const bool(&values)[S], window< dpoint< grid::cube, def::coord > > &win)
template<unsigned R, unsigned C>
void from_to_ (const bool(&values)[R][C], window< dpoint< grid::square, def::coord > > &win)
template<unsigned S>
void from_to_ (const bool(&values)[S], window< dpoint< grid::square, def::coord > > &win)
template<typename V , unsigned S, typename D , typename W >
void from_to_ (const V(&weight)[S], w_window< D, W > &to)
template<typename V , unsigned S, typename I >
void from_to_ (const V(&values)[S], Image< I > &to)
template<unsigned m>
void from_to_ (const value::rgb< m > &from, bool &to)
void from_to_ (const value::rgb< 8 > &from, value::hsl_< float, float, float > &to)
void from_to_ (const value::rgb< 16 > &from, value::hsl_< float, float, float > &to)
template<typename H , typename S , typename L >
void from_to_ (const value::hsl_< H, S, L > &, value::rgb< 16 > &to)
template<typename H , typename S , typename L >
void from_to_ (const value::hsl_< H, S, L > &, value::rgb< 8 > &to)
template<unsigned n, unsigned m>
void from_to_ (const value::int_u< n > &from, value::label< m > &to_)
template<unsigned n>
void from_to_ (const value::label< n > &from, bool &to_)
template<unsigned n>
void from_to_ (const value::int_u< n > &from, value::label< n > &to_)
template<unsigned m>
void from_to_ (const value::int_u< m > &from, value::rgb< m > &to)
template<unsigned m>
void from_to_ (bool from, value::rgb< m > &to)
template<typename T , unsigned m>
void from_to_ (const algebra::vec< 3, T > &from, value::rgb< m > &to)
template<unsigned n, typename T , typename P >
void from_to_ (const algebra::vec< n, T > &from, Gpoint< P > &to_)
template<typename G , typename C1 , typename C2 >
void from_to_ (const point< G, C1 > &from, point< G, C2 > &to)
template<typename T >
void from_to_ (const T &from, T &to)
template<typename T >
void from_to_ (const Object< T > &from, Object< T > &to)

Function Documentation

template<typename F , typename T >
void mln::convert::over_load::from_to_ ( const Object< F > &  ,
Object< T > &   
)
template<unsigned R, unsigned C>
void mln::convert::over_load::from_to_ ( const bool(&)  values[R][C],
window2d &  win 
)
template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
window2d &  win 
)
template<unsigned M>
void mln::convert::over_load::from_to_ ( const bool(&)  values[M],
window1d &  win 
)
template<unsigned R, unsigned C>
void mln::convert::over_load::from_to_ ( bool const (&)  values[R][C],
neighb2d &  nbh 
)
template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
neighb2d &  nbh 
)
template<typename V >
void mln::convert::over_load::from_to_ ( const unsigned &  from,
Value< V > &  to 
)
template<typename V >
void mln::convert::over_load::from_to_ ( const int &  from,
Value< V > &  to 
)
template<typename T , typename U , typename V , typename W >
void mln::convert::over_load::from_to_ ( const util::couple< T, U > &  from,
util::couple< V, W > &  to 
)
template<typename V , typename T >
void mln::convert::over_load::from_to_ ( const util::array< V > &  from,
image1d< T > &  to 
) [inline]
template<typename V , typename T >
void mln::convert::over_load::from_to_ ( const histo::array< V > &  from,
image1d< T > &  to 
) [inline]
template<typename P , typename C_ , typename S >
void mln::convert::over_load::from_to_ ( const std::set< P, C_ > &  from,
Site_Set< S > &  to 
) [inline]

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

template<typename S , typename P , typename C_ >
void mln::convert::over_load::from_to_ ( const Site_Set< S > &  from,
std::set< P, C_ > &  to 
) [inline]

References mln::exact().

template<typename S , typename I >
void mln::convert::over_load::from_to_ ( const Site_Set< S > &  from,
Image< I > &  to 
)
template<typename A >
void mln::convert::over_load::from_to_ ( const Accumulator< A > &  from,
typename A::result &  to 
)

References mln::exact().

template<typename T1 , typename T2 >
void mln::convert::over_load::from_to_ ( const util::array< T1 > &  from,
util::array< T2 > &  to 
)
template<typename T , typename U >
void mln::convert::over_load::from_to_ ( const std::vector< T > &  from,
fun::i2v::array< U > &  to 
) [inline]
template<typename T >
void mln::convert::over_load::from_to_ ( const std::vector< T > &  from,
fun::i2v::array< T > &  to 
) [inline]
template<typename T , typename U >
void mln::convert::over_load::from_to_ ( const util::array< T > &  from,
fun::i2v::array< U > &  to 
) [inline]
template<typename T >
void mln::convert::over_load::from_to_ ( const util::array< T > &  from,
fun::i2v::array< T > &  to 
) [inline]
template<typename D , typename W , typename I >
void mln::convert::over_load::from_to_ ( const w_window< D, W > &  from,
Image< I > &  to 
)
template<typename W , typename I >
void mln::convert::over_load::from_to_ ( const Window< W > &  from,
Image< I > &  to 
)
template<typename W >
void mln::convert::over_load::from_to_ ( const W &  from,
mln::neighb< W > &  to 
)
template<typename W >
void mln::convert::over_load::from_to_ ( const mln::neighb< W > &  from,
W &  to 
)
template<typename I , typename D , typename W >
void mln::convert::over_load::from_to_ ( const Image< I > &  from,
w_window< D, W > &  to 
)
template<typename I , typename S >
void mln::convert::over_load::from_to_ ( const Image< I > &  from,
Site_Set< S > &  to 
)
template<typename P >
void mln::convert::over_load::from_to_ ( const Gpoint< P > &  from,
typename P::delta &  to 
) [inline]

References mln::exact().

template<typename P , unsigned n, typename T >
void mln::convert::over_load::from_to_ ( const Gpoint< P > &  from,
algebra::vec< n, T > &  to 
) [inline]

References mln::exact().

template<typename P , typename T >
void mln::convert::over_load::from_to_ ( const Proxy< P > &  from,
T &  to 
)
template<typename T >
void mln::convert::over_load::from_to_ ( const int &  from,
Value< T > &  to 
)
void mln::convert::over_load::from_to_ ( const float &  from,
int &  to 
) [inline]
void mln::convert::over_load::from_to_ ( const float &  from,
unsigned &  to 
) [inline]
template<typename V >
void mln::convert::over_load::from_to_ ( const float &  from,
Value< V > &  to 
) [inline]
void mln::convert::over_load::from_to_ ( const double &  from,
int &  to 
) [inline]
void mln::convert::over_load::from_to_ ( const double &  from,
unsigned &  to 
) [inline]
template<typename V >
void mln::convert::over_load::from_to_ ( const double &  from,
Value< V > &  to 
) [inline]
template<typename F , typename T >
void mln::convert::over_load::from_to_ ( const Value< F > &  from,
Value< T > &  to 
)
template<typename D >
void mln::convert::over_load::from_to_ ( const Gdpoint< D > &  from,
typename D::site &  to 
) [inline]

References mln::exact().

template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
neighb< window< dpoint< grid::cube, def::coord > > > &  nbh 
)
template<unsigned R, unsigned C>
void mln::convert::over_load::from_to_ ( bool const (&)  values[R][C],
neighb< window< dpoint< grid::square, def::coord > > > &  nbh 
)
template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
neighb< window< dpoint< grid::square, def::coord > > > &  nbh 
)
template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
window< dpoint< grid::cube, def::coord > > &  win 
)
template<unsigned R, unsigned C>
void mln::convert::over_load::from_to_ ( const bool(&)  values[R][C],
window< dpoint< grid::square, def::coord > > &  win 
)
template<unsigned S>
void mln::convert::over_load::from_to_ ( const bool(&)  values[S],
window< dpoint< grid::square, def::coord > > &  win 
)
template<typename V , unsigned S, typename D , typename W >
void mln::convert::over_load::from_to_ ( const V(&)  weight[S],
w_window< D, W > &  to 
)
template<typename V , unsigned S, typename I >
void mln::convert::over_load::from_to_ ( const V(&)  values[S],
Image< I > &  to 
)
template<unsigned m>
void mln::convert::over_load::from_to_ ( const value::rgb< m > &  from,
bool &  to 
)
void mln::convert::over_load::from_to_ ( const value::rgb< 8 > &  from,
value::hsl_< float, float, float > &  to 
) [inline]
void mln::convert::over_load::from_to_ ( const value::rgb< 16 > &  from,
value::hsl_< float, float, float > &  to 
) [inline]
template<typename H , typename S , typename L >
void mln::convert::over_load::from_to_ ( const value::hsl_< H, S, L > &  ,
value::rgb< 16 > &  to 
)
template<typename H , typename S , typename L >
void mln::convert::over_load::from_to_ ( const value::hsl_< H, S, L > &  ,
value::rgb< 8 > &  to 
)
template<unsigned n, unsigned m>
void mln::convert::over_load::from_to_ ( const value::int_u< n > &  from,
value::label< m > &  to_ 
) [inline]
template<unsigned n>
void mln::convert::over_load::from_to_ ( const value::label< n > &  from,
bool &  to_ 
) [inline]
template<unsigned n>
void mln::convert::over_load::from_to_ ( const value::int_u< n > &  from,
value::label< n > &  to_ 
) [inline]
template<unsigned m>
void mln::convert::over_load::from_to_ ( const value::int_u< m > &  from,
value::rgb< m > &  to 
)
template<unsigned m>
void mln::convert::over_load::from_to_ ( bool  from,
value::rgb< m > &  to 
)
template<typename T , unsigned m>
void mln::convert::over_load::from_to_ ( const algebra::vec< 3, T > &  from,
value::rgb< m > &  to 
) [inline]
template<unsigned n, typename T , typename P >
void mln::convert::over_load::from_to_ ( const algebra::vec< n, T > &  from,
Gpoint< P > &  to_ 
) [inline]

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

template<typename G , typename C1 , typename C2 >
void mln::convert::over_load::from_to_ ( const point< G, C1 > &  from,
point< G, C2 > &  to 
) [inline]
template<typename T >
void mln::convert::over_load::from_to_ ( const T &  from,
T &  to 
) [inline]
template<typename T >
void mln::convert::over_load::from_to_ ( const Object< T > &  from,
Object< T > &  to 
) [inline]