Functions

mln::canvas::internal Namespace Reference

Functions

template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_front_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor)
template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_front_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor)
template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_front_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor)
template<typename I , typename N , typename W , typename D , typename F >
void distance_front_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, const Weighted_Window< W > &w_win_, D max, F &functor)
template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_geodesic_dispatch (metal::false_, const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor)
template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_geodesic_dispatch (const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor)
template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I, D >::ret distance_geodesic_dispatch (metal::true_, const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor)
template<typename I , typename N , typename D , typename F >
void distance_geodesic_tests (const Image< I > &input_, const Neighborhood< N > &nbh_, D max, F &functor)

Function Documentation

template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch ( metal::false_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Weighted_Window< W > &  w_win,
max,
F &  functor 
) [inline]
template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch ( const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Weighted_Window< W > &  w_win,
max,
F &  functor 
) [inline]

Definition at line 369 of file canvas/distance_front.hh.

References distance_front_dispatch().

template<typename I , typename N , typename W , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_front_dispatch ( metal::true_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
const Weighted_Window< W > &  w_win,
max,
F &  functor 
) [inline]
template<typename I , typename N , typename W , typename D , typename F >
void mln::canvas::internal::distance_front_tests ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
const Weighted_Window< W > &  w_win_,
max,
F &  functor 
)

Definition at line 71 of file canvas/distance_front.hh.

References mln::exact().

Referenced by mln::canvas::distance_front().

template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch ( metal::false_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
max,
F &  functor 
) [inline]
template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch ( const Image< I > &  input,
const Neighborhood< N > &  nbh,
max,
F &  functor 
) [inline]

Definition at line 295 of file canvas/distance_geodesic.hh.

References distance_geodesic_dispatch().

template<typename I , typename N , typename D , typename F >
mln::trait::ch_value< I , D >::ret mln::canvas::internal::distance_geodesic_dispatch ( metal::true_  ,
const Image< I > &  input,
const Neighborhood< N > &  nbh,
max,
F &  functor 
) [inline]
template<typename I , typename N , typename D , typename F >
void mln::canvas::internal::distance_geodesic_tests ( const Image< I > &  input_,
const Neighborhood< N > &  nbh_,
max,
F &  functor 
)