|
mmcfilters
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 3878 of file MorphologicalTree.hpp.
|
inline |
Creates a breadth-first range rooted at rootNodeId.
| tree | Tree topology. |
| rootNodeId | Identifier of the traversal root. |
| expectedVersion | Mutation version required by the operation. |
Definition at line 3900 of file MorphologicalTree.hpp.
|
inline |
Returns an iterator at the first breadth-first node.
Definition at line 3908 of file MorphologicalTree.hpp.
|
inline |
Returns the breadth-first range sentinel.
Definition at line 3915 of file MorphologicalTree.hpp.