Public Types | |
typedef I | image |
typedef int | point |
typedef int | dpoint |
typedef mlc::exact< I >::ret::value_type | value |
typedef mlc::exact< I >::ret::point_type | point_type |
typedef mute< I, int >::ret | dparent_t |
typedef indexed_image< dparent_t > | dpar_t |
Public Member Functions | |
ad_maxtree (const abstract::image< I > &f_) | |
void | make_set (const point &x) |
bool | is_root (const point &x) const |
bool | is_level_root (const point &x) const |
point | find_level_root (const point &x) |
point | anc (point x, value h) |
void | swap (point &x, point &y) |
const point_type & | parent_ (const point_type &p) const |
const value & | f_ (const point_type &p) const |
const I & | f_ () const |
bool | is_root_ (const point_type &p) const |
bool | is_level_root_ (const point_type &p) const |
Public Attributes | |
dparent_t | dpar_ |
dpar_t | dpar |
indexed_image< I > | f |
Classes | |
struct | indexed_image |
Definition at line 66 of file ad_maxtree.hh.