#include <flat_zones.hh>
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 |
Definition at line 66 of file flat_zones.hh.
typedef I ::psite mln::labeling::impl::flat_zones_functor< I >::P |
Definition at line 72 of file flat_zones.hh.
mln::labeling::impl::flat_zones_functor< I >::flat_zones_functor | ( | const I & | input | ) | [inline] |
Definition at line 96 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::do_no_union | ( | const P & | , | |
const P & | ||||
) | [inline] |
Definition at line 79 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::do_no_union_ | ( | unsigned | , | |
unsigned | ||||
) | [inline] |
Definition at line 90 of file flat_zones.hh.
bool mln::labeling::impl::flat_zones_functor< I >::equiv | ( | const P & | n, | |
const P & | p | |||
) | const [inline] |
Definition at line 76 of file flat_zones.hh.
References mln::labeling::impl::flat_zones_functor< I >::input.
bool mln::labeling::impl::flat_zones_functor< I >::equiv_ | ( | unsigned | n, | |
unsigned | p | |||
) | const [inline] |
Definition at line 87 of file flat_zones.hh.
bool mln::labeling::impl::flat_zones_functor< I >::handles | ( | const P & | ) | const [inline] |
Definition at line 75 of file flat_zones.hh.
bool mln::labeling::impl::flat_zones_functor< I >::handles_ | ( | unsigned | ) | const [inline] |
Definition at line 86 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::init | ( | ) | [inline] |
Definition at line 74 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::init_ | ( | ) | [inline] |
Definition at line 85 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::init_attr | ( | const P & | ) | [inline] |
Definition at line 80 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::init_attr_ | ( | unsigned | ) | [inline] |
Definition at line 91 of file flat_zones.hh.
bool mln::labeling::impl::flat_zones_functor< I >::labels | ( | const P & | ) | const [inline] |
Definition at line 78 of file flat_zones.hh.
bool mln::labeling::impl::flat_zones_functor< I >::labels_ | ( | unsigned | ) | const [inline] |
Definition at line 89 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::merge_attr | ( | const P & | , | |
const P & | ||||
) | [inline] |
Definition at line 81 of file flat_zones.hh.
void mln::labeling::impl::flat_zones_functor< I >::merge_attr_ | ( | unsigned | , | |
unsigned | ||||
) | [inline] |
Definition at line 92 of file flat_zones.hh.
const I& mln::labeling::impl::flat_zones_functor< I >::input |
Definition at line 68 of file flat_zones.hh.
Referenced by mln::labeling::impl::flat_zones_functor< I >::equiv().