Functions | |
| template<typename W> | |
| void | from_to_ (const W &from, mln::mixed_neighb< W > &to) |
| template<typename W> | |
| void | from_to_ (const mln::mixed_neighb< W > &from, W &to) |
| 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 fun::i2v::array< T1 > &from, util::array< T2 > &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) |
| template<typename F, typename T> | |
| void | from_to_ (const Object< F > &, Object< T > &) |
| void mln::convert::over_load::from_to_ | ( | const W & | from, | |
| mln::mixed_neighb< W > & | to | |||
| ) | [inline] |
Definition at line 187 of file mixed_neighb.hh.
References mln::internal::neighb_base< W, E >::change_window(), and from_to_().
| void mln::convert::over_load::from_to_ | ( | const mln::mixed_neighb< W > & | from, | |
| W & | to | |||
| ) | [inline] |
Definition at line 180 of file mixed_neighb.hh.
References from_to_(), and mln::internal::neighb_base< W, E >::win().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[R][C], | |
| window2d & | win | |||
| ) | [inline] |
Definition at line 165 of file window2d.hh.
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window2d & | win | |||
| ) | [inline] |
Definition at line 148 of file window2d.hh.
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[M], | |
| window1d & | win | |||
| ) | [inline] |
Definition at line 75 of file window1d.hh.
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | bool const (&) | values[R][C], | |
| neighb2d & | nbh | |||
| ) | [inline] |
Definition at line 241 of file core/alias/neighb2d.hh.
References mln::convert::from_to(), mln::internal::neighb_base< W, E >::hook_win_(), and mln::internal::window_base< D, E >::is_neighbable_().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb2d & | nbh | |||
| ) | [inline] |
Definition at line 230 of file core/alias/neighb2d.hh.
References mln::convert::from_to(), mln::internal::neighb_base< W, E >::hook_win_(), and mln::internal::window_base< D, E >::is_neighbable_().
| void mln::convert::over_load::from_to_ | ( | const unsigned & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
Definition at line 116 of file from_unsigned_to_value.hh.
References mln::convert::internal::from_unsigned_to_value_dispatch().
| void mln::convert::over_load::from_to_ | ( | const int & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
Definition at line 106 of file from_int_to_value.hh.
References mln::convert::internal::from_int_to_value_dispatch().
| void mln::convert::over_load::from_to_ | ( | const util::couple< T, U > & | from, | |
| util::couple< V, W > & | to | |||
| ) | [inline] |
Definition at line 420 of file from_to.hxx.
References mln::util::couple< T, U >::first(), mln::convert::from_to(), and mln::util::couple< T, U >::second().
| void mln::convert::over_load::from_to_ | ( | const util::array< V > & | from, | |
| image1d< T > & | to | |||
| ) | [inline] |
Definition at line 594 of file image1d.hh.
References mln::make::box1d(), mln::convert::from_to(), from_to_(), mln::image1d< T >::init_(), and mln::util::array< T >::nelements().
| void mln::convert::over_load::from_to_ | ( | const histo::array< V > & | from, | |
| image1d< T > & | to | |||
| ) | [inline] |
Definition at line 577 of file image1d.hh.
References mln::make::box1d(), mln::convert::from_to(), from_to_(), mln::image1d< T >::init_(), and mln::histo::array< T >::nvalues().
| void mln::convert::over_load::from_to_ | ( | const std::set< P, C_ > & | from, | |
| Site_Set< S > & | to | |||
| ) | [inline] |
Definition at line 155 of file mln/core/concept/site_set.hh.
References mln::exact(), and mln::convert::to().
| void mln::convert::over_load::from_to_ | ( | const Site_Set< S > & | from, | |
| std::set< P, C_ > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Site_Set< S > & | from, | |
| Image< I > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Accumulator< A > & | from, | |
| typename A::result & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const fun::i2v::array< T1 > & | from, | |
| util::array< T2 > & | to | |||
| ) | [inline] |
Definition at line 400 of file util/array.hh.
References mln::util::array< T >::resize(), and mln::fun::i2v::array< T >::size().
| void mln::convert::over_load::from_to_ | ( | const util::array< T1 > & | from, | |
| util::array< T2 > & | to | |||
| ) | [inline] |
Definition at line 390 of file util/array.hh.
References mln::util::array< T >::nelements(), and mln::util::array< T >::resize().
| void mln::convert::over_load::from_to_ | ( | const std::vector< T > & | from, | |
| fun::i2v::array< U > & | to | |||
| ) | [inline] |
Definition at line 217 of file fun/i2v/array.hh.
References mln::fun::i2v::array< T >::resize(), and mln::convert::to().
| void mln::convert::over_load::from_to_ | ( | const std::vector< T > & | from, | |
| fun::i2v::array< T > & | to | |||
| ) | [inline] |
Definition at line 209 of file fun/i2v/array.hh.
| void mln::convert::over_load::from_to_ | ( | const util::array< T > & | from, | |
| fun::i2v::array< U > & | to | |||
| ) | [inline] |
Definition at line 199 of file fun/i2v/array.hh.
References mln::util::array< T >::nelements(), mln::fun::i2v::array< T >::resize(), and mln::convert::to().
| void mln::convert::over_load::from_to_ | ( | const util::array< T > & | from, | |
| fun::i2v::array< T > & | to | |||
| ) | [inline] |
Definition at line 191 of file fun/i2v/array.hh.
| void mln::convert::over_load::from_to_ | ( | const w_window< D, W > & | from, | |
| Image< I > & | to | |||
| ) | [inline] |
Definition at line 340 of file core/w_window.hh.
References mln::geom::bbox(), mln::internal::weighted_window_base< W, E >::dp(), mln::exact(), from_to_(), mln::internal::weighted_window_base< W, E >::is_valid(), mln::internal::weighted_window_base< W, E >::size(), mln::w_window< D, W >::w(), and mln::literal::zero.
| void mln::convert::over_load::from_to_ | ( | const Window< W > & | from, | |
| Image< I > & | to | |||
| ) | [inline] |
Definition at line 407 of file concept/window.hh.
References mln::exact(), from_to_(), and mln::internal::geom_bbox().
| void mln::convert::over_load::from_to_ | ( | const W & | from, | |
| mln::neighb< W > & | to | |||
| ) | [inline] |
Definition at line 179 of file mln/core/neighb.hh.
References mln::internal::neighb_base< W, E >::change_window(), and from_to_().
| void mln::convert::over_load::from_to_ | ( | const mln::neighb< W > & | from, | |
| W & | to | |||
| ) | [inline] |
Definition at line 172 of file mln/core/neighb.hh.
References from_to_(), and mln::internal::neighb_base< W, E >::win().
| void mln::convert::over_load::from_to_ | ( | const Image< I > & | from, | |
| w_window< D, W > & | to | |||
| ) | [inline] |
Definition at line 325 of file core/w_window.hh.
References mln::w_window< D, W >::clear(), mln::internal::weighted_window_base< W, E >::delta(), mln::exact(), from_to_(), mln::w_window< D, W >::insert(), and mln::literal::zero.
| void mln::convert::over_load::from_to_ | ( | const Image< I > & | from, | |
| Site_Set< S > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Gpoint< P > & | from, | |
| typename P::delta & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Gpoint< P > & | from, | |
| algebra::vec< n, T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Proxy< P > & | from, | |
| T & | to | |||
| ) | [inline] |
Definition at line 349 of file core/concept/proxy.hh.
References mln::exact(), mln::convert::from_to(), and from_to_().
| void mln::convert::over_load::from_to_ | ( | const int & | from, | |
| Value< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const float & | from, | |
| int & | to | |||
| ) | [inline] |
Definition at line 140 of file from_float_to_value.hh.
| void mln::convert::over_load::from_to_ | ( | const float & | from, | |
| unsigned & | to | |||
| ) | [inline] |
Definition at line 130 of file from_float_to_value.hh.
| void mln::convert::over_load::from_to_ | ( | const float & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
Definition at line 122 of file from_float_to_value.hh.
References mln::convert::internal::from_float_to_value_dispatch().
| void mln::convert::over_load::from_to_ | ( | const double & | from, | |
| int & | to | |||
| ) | [inline] |
Definition at line 140 of file from_double_to_value.hh.
| void mln::convert::over_load::from_to_ | ( | const double & | from, | |
| unsigned & | to | |||
| ) | [inline] |
Definition at line 130 of file from_double_to_value.hh.
| void mln::convert::over_load::from_to_ | ( | const double & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
Definition at line 122 of file from_double_to_value.hh.
References mln::convert::internal::from_double_to_value_dispatch().
| void mln::convert::over_load::from_to_ | ( | const Value< F > & | from, | |
| Value< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Gdpoint< D > & | from, | |
| typename D::site & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb< window< dpoint< grid::cube, def::coord > > > & | nbh | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | bool const (&) | values[R][C], | |
| neighb< window< dpoint< grid::square, def::coord > > > & | nbh | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb< window< dpoint< grid::square, def::coord > > > & | nbh | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window< dpoint< grid::cube, def::coord > > & | win | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[R][C], | |
| window< dpoint< grid::square, def::coord > > & | win | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window< dpoint< grid::square, def::coord > > & | win | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const V(&) | weight[S], | |
| w_window< D, W > & | to | |||
| ) | [inline] |
Definition at line 389 of file core/w_window.hh.
References mln::all_to(), mln::w_window< D, W >::clear(), from_to_(), mln::w_window< D, W >::insert(), and mln::literal::zero.
| void mln::convert::over_load::from_to_ | ( | const V(&) | values[S], | |
| Image< I > & | to | |||
| ) | [inline] |
Definition at line 279 of file core/concept/image.hh.
References mln::all_to(), mln::exact(), from_to_(), and mln::convert::to().
| void mln::convert::over_load::from_to_ | ( | const value::rgb< m > & | from, | |
| bool & | to | |||
| ) | [inline] |
Definition at line 810 of file value/rgb.hh.
References mln::value::rgb< n >::blue(), from_to_(), mln::value::rgb< n >::green(), and mln::value::rgb< n >::red().
| 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] |
| void mln::convert::over_load::from_to_ | ( | const value::hsl_< H, S, L > & | , | |
| value::rgb< 16 > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const value::hsl_< H, S, L > & | from, | |
| value::rgb< 8 > & | to | |||
| ) | [inline] |
Definition at line 796 of file value/rgb.hh.
References mln::fun::v2v::f_hsl_to_rgb_3x8, and from_to_().
| void mln::convert::over_load::from_to_ | ( | const value::int_u< n > & | from, | |
| value::label< m > & | to_ | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const value::label< n > & | from, | |
| bool & | to_ | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const value::int_u< n > & | from, | |
| value::label< n > & | to_ | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const value::int_u< m > & | from, | |
| value::rgb< m > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | bool | from, | |
| value::rgb< m > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const algebra::vec< 3, T > & | from, | |
| value::rgb< m > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const algebra::vec< n, T > & | from, | |
| Gpoint< P > & | to_ | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const point< G, C1 > & | from, | |
| point< G, C2 > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const T & | from, | |
| T & | to | |||
| ) | [inline] |
Definition at line 228 of file from_to.hh.
| void mln::convert::over_load::from_to_ | ( | const Object< T > & | from, | |
| Object< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Object< F > & | , | |
| Object< T > & | ||||
| ) | [inline] |
Definition at line 206 of file from_to.hh.
Referenced by from_to_(), mln::convert::internal::from_to_dispatch(), mln::convert::impl::from_value_to_value_(), mln::internal::leq_std_set(), mln::internal::sym_diff_std_set(), and mln::internal::to_std_set().
1.5.6