Public Types | |
typedef I | image |
typedef point1d | point |
typedef mlc::exact< I >::ret::value_type | value |
Public Member Functions | |
r1ic_maxtree (const abstract::image< I > &f) | |
void | go () |
void | init () |
void | compute_parent () |
void | extract_maxtree () |
void | make_set (const point &x) |
bool | is_tree_root (const point &x) const |
bool | is_level_root (const point &x) const |
point | find_level_root (const point &x) |
point | anc (point x, ntg::int_u8 h) |
void | insert (const point &n, const point &p) |
const point & | parent_ (const point &p) const |
const value & | f_ (const point &p) const |
const I & | f_ () const |
bool | is_tree_root_ (const point &p) const |
bool | is_level_root_ (const point &p) const |
Public Attributes | |
const I & | f |
mute< I, point >::ret | par |
Definition at line 48 of file r1ic_maxtree.hh.