Public Types | |
typedef ap_maxtree< I > | super |
typedef super::image | image |
typedef super::point | point |
typedef super::dpoint | dpoint |
typedef super::value | value |
typedef super::Nbh | Nbh |
typedef super::niter | niter |
Public Member Functions | |
rpc_maxtree (const abstract::image< I > &f, const typename oln::lrde::ufmt::internal::neighborhood< I >::ret &nbh) | |
void | go () |
void | init () |
void | compute_parent () |
void | extract_maxtree () |
void | insert (const point &n, const point &p) |
void | update (point x, point y) |
void | update__primary_version (point x, point y) |
void | insert__unfold_version (const point &n, const point &p) |
Public Attributes | |
unsigned | nnodes |
std::vector< dpoint > | dp |
unsigned | nb |
Definition at line 50 of file rpc_maxtree.hh.