Class of generic branch. More...
#include <tree.hh>
Public Member Functions | |
| tree_node< T > & | apex () |
| The getter of the appex. | |
| branch (tree< T > &tree, tree_node< T > &apex) | |
| Constructor. | |
| tree< T > & | util_tree () |
| The getter of the tree. | |
Private Attributes | |
| tree_node< T > & | apex_ |
| The tree_node apex of this branch. | |
| util::tree< T > & | tree_ |
| The tree of this branch. | |
Class of generic branch.
| mln::util::branch< T >::branch | ( | util::tree< T > & | tree, | |
| util::tree_node< T > & | apex | |||
| ) | [inline] |
Constructor.
| [in] | tree | The tree of the branch. |
| [in] | apex | The apex of the branch. |
| util::tree_node< T > & mln::util::branch< T >::apex | ( | ) | [inline] |
The getter of the appex.
References mln::util::branch< T >::apex_.
| mln::util::tree< T > & mln::util::branch< T >::util_tree | ( | ) | [inline] |
The getter of the tree.
References mln::util::branch< T >::tree_.
tree_node<T>& mln::util::branch< T >::apex_ [private] |
The tree_node apex of this branch.
Referenced by mln::util::branch< T >::apex().
util::tree<T>& mln::util::branch< T >::tree_ [private] |
The tree of this branch.
Referenced by mln::util::branch< T >::util_tree().
1.7.1