Milena (Olena)
User documentation 2.0a Id
|
Basic 2D image class. More...
#include <branch_iter_ind.hh>
Public Member Functions | |
unsigned | deepness () const |
Give how deep is the iterator in the branch. | |
void | invalidate () |
Invalidate the iterator. | |
bool | is_valid () const |
Test the iterator validity. | |
void | next () |
Go to the next point. | |
operator util::tree_node< T > & () const | |
Conversion to node. | |
void | start () |
Start an iteration. | |
Basic 2D image class.
The parameter T
is the type of node's data. branch_iter_ind is used to pre-order walk a branch.
Definition at line 66 of file branch_iter_ind.hh.
|
inline |
Give how deep is the iterator in the branch.
Definition at line 131 of file branch_iter_ind.hh.
References mln::util::tree_node< T >::parent().
|
inline |
Invalidate the iterator.
Definition at line 155 of file branch_iter_ind.hh.
|
inline |
Test the iterator validity.
Definition at line 147 of file branch_iter_ind.hh.
|
inline |
Go to the next point.
Definition at line 174 of file branch_iter_ind.hh.
|
inline |
Conversion to node.
Definition at line 113 of file branch_iter_ind.hh.
|
inline |
Start an iteration.
Definition at line 164 of file branch_iter_ind.hh.