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) |
| void mln::convert::over_load::from_to_ | ( | const Object< F > & | , | |
| Object< T > & | ||||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[R][C], | |
| window2d & | win | |||
| ) |
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window2d & | win | |||
| ) |
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[M], | |
| window1d & | win | |||
| ) |
References mln::window< D >::clear(), and mln::window< D >::insert().
| void mln::convert::over_load::from_to_ | ( | bool const (&) | values[R][C], | |
| neighb2d & | nbh | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb2d & | nbh | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const unsigned & | from, | |
| Value< V > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const int & | from, | |
| Value< V > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const util::couple< T, U > & | from, | |
| util::couple< V, W > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const util::array< V > & | from, | |
| image1d< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const histo::array< V > & | from, | |
| image1d< T > & | to | |||
| ) | [inline] |
| 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().
| void mln::convert::over_load::from_to_ | ( | const Site_Set< S > & | from, | |
| std::set< P, C_ > & | to | |||
| ) | [inline] |
References mln::exact().
| void mln::convert::over_load::from_to_ | ( | const Site_Set< S > & | from, | |
| Image< I > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const Accumulator< A > & | from, | |
| typename A::result & | to | |||
| ) |
References mln::exact().
| void mln::convert::over_load::from_to_ | ( | const util::array< T1 > & | from, | |
| util::array< T2 > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const std::vector< T > & | from, | |
| fun::i2v::array< U > & | to | |||
| ) | [inline] |
References mln::fun::i2v::array< T >::append(), and mln::fun::i2v::array< T >::reserve().
| void mln::convert::over_load::from_to_ | ( | const std::vector< T > & | from, | |
| fun::i2v::array< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const util::array< T > & | from, | |
| fun::i2v::array< U > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const util::array< T > & | from, | |
| fun::i2v::array< T > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const w_window< D, W > & | from, | |
| Image< I > & | to | |||
| ) |
References mln::geom::bbox(), mln::internal::weighted_window_base< mln::window< D >, w_window< D, W > >::dp(), mln::exact(), mln::internal::weighted_window_base< mln::window< D >, w_window< D, W > >::is_valid(), mln::internal::weighted_window_base< mln::window< D >, w_window< D, W > >::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 | |||
| ) |
References mln::exact(), and mln::internal::geom_bbox().
| void mln::convert::over_load::from_to_ | ( | const W & | from, | |
| mln::neighb< W > & | to | |||
| ) |
References mln::neighb< W >::change_window().
| void mln::convert::over_load::from_to_ | ( | const mln::neighb< W > & | from, | |
| W & | to | |||
| ) |
References mln::neighb< W >::win().
| void mln::convert::over_load::from_to_ | ( | const Image< I > & | from, | |
| w_window< D, W > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const Image< I > & | from, | |
| Site_Set< S > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const Gpoint< P > & | from, | |
| typename P::delta & | to | |||
| ) | [inline] |
References mln::exact().
| void mln::convert::over_load::from_to_ | ( | const Gpoint< P > & | from, | |
| algebra::vec< n, T > & | to | |||
| ) | [inline] |
References mln::exact().
| void mln::convert::over_load::from_to_ | ( | const Proxy< P > & | from, | |
| T & | to | |||
| ) |
References mln::exact(), and mln::convert::from_to().
| 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] |
| 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] |
| void mln::convert::over_load::from_to_ | ( | const double & | from, | |
| Value< V > & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Value< F > & | from, | |
| Value< T > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const Gdpoint< D > & | from, | |
| typename D::site & | to | |||
| ) | [inline] |
References mln::exact().
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb< window< dpoint< grid::cube, def::coord > > > & | nbh | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | bool const (&) | values[R][C], | |
| neighb< window< dpoint< grid::square, def::coord > > > & | nbh | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| neighb< window< dpoint< grid::square, def::coord > > > & | nbh | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window< dpoint< grid::cube, def::coord > > & | win | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[R][C], | |
| window< dpoint< grid::square, def::coord > > & | win | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const bool(&) | values[S], | |
| window< dpoint< grid::square, def::coord > > & | win | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const V(&) | weight[S], | |
| w_window< D, W > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const V(&) | values[S], | |
| Image< I > & | to | |||
| ) |
References mln::all_to(), mln::exact(), and mln::convert::to().
| 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] |
References mln::fun::v2v::f_rgb_to_hsl_f.
| void mln::convert::over_load::from_to_ | ( | const value::rgb< 16 > & | from, | |
| value::hsl_< float, float, float > & | to | |||
| ) | [inline] |
References mln::fun::v2v::f_rgb_to_hsl_f.
| void mln::convert::over_load::from_to_ | ( | const value::hsl_< H, S, L > & | , | |
| value::rgb< 16 > & | to | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | const value::hsl_< H, S, L > & | , | |
| value::rgb< 8 > & | 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 | |||
| ) |
| void mln::convert::over_load::from_to_ | ( | bool | from, | |
| value::rgb< m > & | to | |||
| ) |
| 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] |
References mln::exact(), and mln::convert::to().
| void mln::convert::over_load::from_to_ | ( | const point< G, C1 > & | from, | |
| point< G, C2 > & | to | |||
| ) | [inline] |
References mln::point< G, C >::to_vec().
| void mln::convert::over_load::from_to_ | ( | const T & | from, | |
| T & | to | |||
| ) | [inline] |
| void mln::convert::over_load::from_to_ | ( | const Object< T > & | from, | |
| Object< T > & | to | |||
| ) | [inline] |
1.7.1