Iterator over supplemental TopoDS attachments owned by one core node.
More...
#include <BRepGraph_SupplementIterator.hxx>
Iterator over supplemental TopoDS attachments owned by one core node.
The iterator resolves BRepGraph_LayerTopoSupplement through the graph layer registry and yields only explicit supplement attachments. Core traversal remains core-only and does not surface these entries.
◆ BRepGraph_SupplementIterator()
Construct an iterator over supplement attachments of one owner.
- Parameters
-
| [in] | theGraph | graph providing the supplement layer |
| [in] | theOwner | core owner node whose attachments should be iterated |
◆ begin()
◆ end()
Sentinel marking end of iteration.
◆ More()
| bool BRepGraph_SupplementIterator::More |
( |
| ) |
const |
|
inline |
Return true when the iterator currently points to an attachment.
◆ Next()
| void BRepGraph_SupplementIterator::Next |
( |
| ) |
|
|
inline |
Advance to the next attachment.
◆ Uid()
| uint64_t BRepGraph_SupplementIterator::Uid |
( |
| ) |
const |
|
inline |
Return the current layer-local attachment uid.
◆ Value()
Return the current attachment entry.
The documentation for this class was generated from the following file: