|
MorphologicalAttributeFilters
Public API documentation
|
Range wrapper for breadth-first subtree traversal. More...
#include <MorphologicalTree.hpp>
Public Member Functions | |
| BreadthFirstNodeRange ()=default | |
| Creates an empty breadth-first range. | |
| BreadthFirstNodeRange (const MorphologicalTree *tree, NodeId rootNodeId, std::size_t expectedVersion) | |
Creates a breadth-first range rooted at rootNodeId. | |
| BreadthFirstNodeIterator | begin () const |
| Returns an iterator at the first breadth-first node. | |
| BreadthFirstNodeIterator | end () const |
| Returns the breadth-first range sentinel. | |
Range wrapper for breadth-first subtree traversal.
Definition at line 2966 of file MorphologicalTree.hpp.
|
inline |
Creates a breadth-first range rooted at rootNodeId.
Definition at line 2981 of file MorphologicalTree.hpp.
|
inline |
Returns an iterator at the first breadth-first node.
Definition at line 2987 of file MorphologicalTree.hpp.
|
inline |
Returns the breadth-first range sentinel.
Definition at line 2992 of file MorphologicalTree.hpp.