Functions | |
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) |
Conversion of an image from towards a site set 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 > > &) |
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 > &) |
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().
void mln::convert::impl::internal::from_image_to_site_set | ( | const Image< I > & | from, | |
Site_Set< S > & | to | |||
) | [inline] |
Conversion of an image from
towards a site set to
.
Definition at line 148 of file from_image_to_site_set.hh.
References mln::exact(), and from_image_to_site_set().
Referenced by mln::convert::internal::from_to_dispatch().
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 > & | ||||
) | [inline] |
Definition at line 134 of file from_image_to_site_set.hh.
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 > > & | ||||
) | [inline] |
Definition at line 105 of file from_image_to_site_set.hh.
References mln::cut_(), mln::point< G, C >::last_coord(), and mln::literal::zero.
void mln::convert::impl::internal::from_image_to_site_set | ( | const I & | input, | |
const Gpoint< P > & | , | |||
S & | s, | |||
const mln::p_run< P > & | ||||
) | [inline] |
Definition at line 74 of file from_image_to_site_set.hh.
References mln::cut_(), and mln::point< G, C >::last_coord().
Referenced by mln::convert::impl::from_image_to_site_set(), and from_image_to_site_set().