Public Types | Public Member Functions | Public Attributes

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

#include <flat_zones.hh>

List of all members.

Public Types

typedef I::psite P

Public Member Functions

void do_no_union (const P &, const P &)
void do_no_union_ (unsigned, unsigned)
bool equiv (const P &n, const P &p) const
bool equiv_ (unsigned n, unsigned p) const
 flat_zones_functor (const I &input)
bool handles (const P &) const
bool handles_ (unsigned) 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)

Public Attributes

const I & input

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


Member Typedef Documentation

template<typename I >
typedef I ::psite mln::labeling::impl::flat_zones_functor< I >::P

Constructor & Destructor Documentation

template<typename I >
mln::labeling::impl::flat_zones_functor< I >::flat_zones_functor ( const I &  input  )  [inline]

Member Function Documentation

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

Member Data Documentation

template<typename I >
const I& mln::labeling::impl::flat_zones_functor< I >::input