|
MorphologicalAttributeFilters
Public API documentation
|
Range wrapper for direct-child iteration. More...
#include <MorphologicalTree.hpp>
Public Member Functions | |
| ChildrenRange ()=default | |
| Creates an empty child range. | |
| ChildrenRange (const MorphologicalTree *tree, NodeId firstLocal, std::size_t expectedVersion) | |
| Creates a range over a linked list of direct children. | |
| ChildrenIterator | begin () const |
| Returns an iterator at the first child. | |
| ChildrenIterator | end () const |
| Returns the child-range sentinel iterator. | |
Range wrapper for direct-child iteration.
Definition at line 2494 of file MorphologicalTree.hpp.
|
inline |
Creates a range over a linked list of direct children.
Definition at line 2509 of file MorphologicalTree.hpp.
|
inline |
Returns an iterator at the first child.
Definition at line 2515 of file MorphologicalTree.hpp.
|
inline |
Returns the child-range sentinel iterator.
Definition at line 2520 of file MorphologicalTree.hpp.