$extrastylesheet
#include <mln/util/tree.hh>
Public Member Functions | |
| branch (tree< T > &tree, tree_node< T > &apex) | |
| tree_node< T > & | apex () |
| tree< T > & | util_tree () |
Class of generic branch.
Constructor.
| [in] | tree | The tree of the branch. |
| [in] | apex | The apex of the branch. |
| tree_node<T>& mln::util::branch< T >::apex | ( | ) |
The getter of the appex.
| tree<T>& mln::util::branch< T >::util_tree | ( | ) |
The getter of the tree.