Public Types | |
typedef I::site | site |
Public Member Functions | |
void | addChild (const site p) |
void | addChildren (const node &n) |
Public Attributes | |
int | area |
std::vector< site > | children |
int | highest |
I::value | level |
Definition at line 114 of file topological.hh.
typedef I ::site mln::morpho::watershed::topo_wst< I, N >::node::site |
Definition at line 118 of file topological.hh.
void mln::morpho::watershed::topo_wst< I, N >::node::addChild | ( | const site | p | ) | [inline] |
Definition at line 134 of file topological.hh.
void mln::morpho::watershed::topo_wst< I, N >::node::addChildren | ( | const node & | n | ) | [inline] |
Definition at line 123 of file topological.hh.
int mln::morpho::watershed::topo_wst< I, N >::node::area |
Definition at line 116 of file topological.hh.
Referenced by mln::morpho::watershed::topo_wst< I, N >::MakeNode(), and mln::morpho::watershed::topo_wst< I, N >::removeOneSonNodes().
std::vector<site> mln::morpho::watershed::topo_wst< I, N >::node::children |
Definition at line 121 of file topological.hh.
Referenced by mln::morpho::watershed::topo_wst< I, N >::build_euler_tour_rec(), mln::morpho::watershed::topo_wst< I, N >::compute_ctree_size(), and mln::morpho::watershed::topo_wst< I, N >::removeOneSonNodes().
int mln::morpho::watershed::topo_wst< I, N >::node::highest |
Definition at line 117 of file topological.hh.
Referenced by mln::morpho::watershed::topo_wst< I, N >::MakeNode().
I ::value mln::morpho::watershed::topo_wst< I, N >::node::level |
Definition at line 115 of file topological.hh.
Referenced by mln::morpho::watershed::topo_wst< I, N >::MakeNode().