Functions

mln::convert::impl::internal Namespace Reference

Functions

template<typename I , typename P , typename S >
void from_image_to_site_set (const I &input, const Gpoint< P > &, S &s, const mln::p_run< P > &)
template<typename I >
void from_image_to_site_set (const Image< I > &from_, p_array< typename I::psite > &to)
template<typename I , typename S >
void from_image_to_site_set (const Image< I > &from, Site_Set< S > &to)
template<typename I , typename P , typename S >
void from_image_to_site_set (const I &input, const Gpoint< P > &, S &s, const std::pair< typename I::value, P > &)
template<typename I , typename P , typename S >
void from_image_to_site_set (const I &input, const Gpoint< P > &, S &s, const std::pair< typename I::value, p_run< P > > &)

Function Documentation

template<typename I , typename P , typename S >
void mln::convert::impl::internal::from_image_to_site_set ( const I &  input,
const Gpoint< P > &  ,
S &  s,
const mln::p_run< P > &   
)
template<typename I >
void mln::convert::impl::internal::from_image_to_site_set ( const Image< I > &  from_,
p_array< typename I::psite > &  to 
) [inline]

Definition at line 157 of file from_image_to_site_set.hh.

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

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

Definition at line 148 of file from_image_to_site_set.hh.

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

template<typename I , typename P , typename S >
void mln::convert::impl::internal::from_image_to_site_set ( const I &  input,
const Gpoint< P > &  ,
S &  s,
const std::pair< typename I::value, P > &   
)

Definition at line 134 of file from_image_to_site_set.hh.

template<typename I , typename P , typename S >
void mln::convert::impl::internal::from_image_to_site_set ( const I &  input,
const Gpoint< P > &  ,
S &  s,
const std::pair< typename I::value, p_run< P > > &   
)