Module mod3d_base::hierarchy
source · Expand description
This module provides a hierarchy of nodes and iterators over them
Structs§
- A hierarchy of nodes, each of which has a data of the type of the tree
- A node in the hierarchy
- An iterator structure to permit iteration over a hierarchy of nodes
- An iterator over part of a Hierarchy that returns a reference to the node as it traverses
- Create a recipe from traversing a hierarchy from a node
Enums§
- This enumeration is used as a node hierarchy is enumerated: a node is pushed into, then children are pushed/popped, then the node is popped.