Public Types | Public Member Functions | Public Attributes

mln::labeling::impl::value_functor< I > Struct Template Reference

#include <value.hh>

List of all members.

Public Types

typedef I::psite P
typedef I::domain_t S

Public Member Functions

void do_no_union (const P &, const P &)
void do_no_union_ (unsigned, unsigned)
bool equiv (const P &n, const P &) const
bool equiv_ (unsigned n, unsigned) const
bool handles (const P &p) const
bool handles_ (unsigned p) const
void init ()
void init_ ()
void init_attr (const P &)
void init_attr_ (unsigned)
bool labels (const P &) const
bool labels_ (unsigned) const
void merge_attr (const P &, const P &)
void merge_attr_ (unsigned, unsigned)
 value_functor (const Image< I > &input_, const typename I::value &val)

Public Attributes

const I & input
const I::value & val

template<typename I>
struct mln::labeling::impl::value_functor< I >


Member Typedef Documentation

template<typename I>
typedef I ::psite mln::labeling::impl::value_functor< I >::P
template<typename I>
typedef I ::domain_t mln::labeling::impl::value_functor< I >::S

Constructor & Destructor Documentation

template<typename I>
mln::labeling::impl::value_functor< I >::value_functor ( const Image< I > &  input_,
const typename I::value &  val 
) [inline]

Member Function Documentation

template<typename I>
void mln::labeling::impl::value_functor< I >::do_no_union ( const P ,
const P  
) [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::do_no_union_ ( unsigned  ,
unsigned   
) [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::equiv ( const P n,
const P  
) const [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::equiv_ ( unsigned  n,
unsigned   
) const [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::handles ( const P p  )  const [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::handles_ ( unsigned  p  )  const [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::init (  )  [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::init_ (  )  [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::init_attr ( const P  )  [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::init_attr_ ( unsigned   )  [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::labels ( const P  )  const [inline]
template<typename I>
bool mln::labeling::impl::value_functor< I >::labels_ ( unsigned   )  const [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::merge_attr ( const P ,
const P  
) [inline]
template<typename I>
void mln::labeling::impl::value_functor< I >::merge_attr_ ( unsigned  ,
unsigned   
) [inline]

Member Data Documentation

template<typename I>
const I& mln::labeling::impl::value_functor< I >::input
template<typename I>
const I ::value& mln::labeling::impl::value_functor< I >::val