|
MorphologicalAttributeFilters
Public API documentation
|
Range wrapper for direct proper-part iteration. More...
#include <MorphologicalTree.hpp>
Public Member Functions | |
| ProperPartRange ()=default | |
| Creates an empty direct proper-part range. | |
| ProperPartRange (const MorphologicalTree *tree, PixelId firstProperPart, std::size_t expectedVersion) | |
| Creates a range over one node's direct proper-part list. | |
| ProperPartIterator | begin () const |
| Returns an iterator at the first direct proper part. | |
| ProperPartIterator | end () const |
| Returns the direct proper-part range sentinel. | |
Range wrapper for direct proper-part iteration.
Definition at line 3059 of file MorphologicalTree.hpp.
|
inline |
Creates a range over one node's direct proper-part list.
| tree | Tree topology. |
| firstProperPart | Proper-part data. |
| expectedVersion | Mutation version required by the operation. |
Definition at line 3081 of file MorphologicalTree.hpp.
|
inline |
Returns an iterator at the first direct proper part.
Definition at line 3089 of file MorphologicalTree.hpp.
|
inline |
Returns the direct proper-part range sentinel.
Definition at line 3096 of file MorphologicalTree.hpp.